tencentcloud-sdk-nodejs-tse 4.0.463 → 4.0.469
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 +1339 -0
- package/README.md +6 -4
- package/SERVICE_CHANGELOG.md +1310 -172
- package/package.json +1 -1
- package/products.md +47 -47
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +23 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +20 -1
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,160 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 12 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-10-19 06:10:00
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeCRObtainDetail](https://cloud.tencent.com/document/api/1296/81541)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## 验证码(captcha) 版本:2019-07-22
|
|
20
|
-
|
|
21
|
-
### 第 12 次发布
|
|
22
|
-
|
|
23
|
-
发布时间:2022-10-19 06:11:45
|
|
24
|
-
|
|
25
|
-
本次发布包含了以下内容:
|
|
26
|
-
|
|
27
|
-
改善已有的文档。
|
|
28
|
-
|
|
29
|
-
修改接口:
|
|
30
|
-
|
|
31
|
-
* [GetTotalTicketStatistics](https://cloud.tencent.com/document/api/1110/81517)
|
|
32
|
-
|
|
33
|
-
* 新增入参:StartTimeStr, EndTimeStr, Dimension
|
|
34
|
-
|
|
35
|
-
* 新增出参:Data, CaptchaCode, CaptchaMsg
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
新增数据结构:
|
|
39
|
-
|
|
40
|
-
* [CaptchaStatisticObj](https://cloud.tencent.com/document/api/1110/40481#CaptchaStatisticObj)
|
|
41
|
-
* [InterceptPerTrendObj](https://cloud.tencent.com/document/api/1110/40481#InterceptPerTrendObj)
|
|
42
|
-
* [RequestTrendObj](https://cloud.tencent.com/document/api/1110/40481#RequestTrendObj)
|
|
43
|
-
* [TicketCheckTrendObj](https://cloud.tencent.com/document/api/1110/40481#TicketCheckTrendObj)
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
48
|
-
|
|
49
|
-
### 第 89 次发布
|
|
50
|
-
|
|
51
|
-
发布时间:2022-10-19 06:17:23
|
|
52
|
-
|
|
53
|
-
本次发布包含了以下内容:
|
|
54
|
-
|
|
55
|
-
改善已有的文档。
|
|
56
|
-
|
|
57
|
-
新增接口:
|
|
58
|
-
|
|
59
|
-
* [CreateOpenBankGlobalPaymentOrder](https://cloud.tencent.com/document/api/1122/81542)
|
|
60
|
-
|
|
61
|
-
新增数据结构:
|
|
62
|
-
|
|
63
|
-
* [CreateOpenBankUnifiedOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankUnifiedOrderPaymentResult)
|
|
64
|
-
* [OpenBankBillingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankBillingInfo)
|
|
65
|
-
* [OpenBankOrderRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankOrderRedirectInfo)
|
|
66
|
-
* [OpenBankShippingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankShippingInfo)
|
|
67
|
-
|
|
68
|
-
修改数据结构:
|
|
69
|
-
|
|
70
|
-
* [OpenBankGoodsInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankGoodsInfo)
|
|
71
|
-
|
|
72
|
-
* 新增成员:Sku, Price, Quantity, ProductImage, ProductUrl
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
78
|
-
|
|
79
|
-
### 第 34 次发布
|
|
80
|
-
|
|
81
|
-
发布时间:2022-10-18 16:02:52
|
|
82
|
-
|
|
83
|
-
本次发布包含了以下内容:
|
|
84
|
-
|
|
85
|
-
改善已有的文档。
|
|
86
|
-
|
|
87
|
-
修改数据结构:
|
|
88
|
-
|
|
89
|
-
* [Component](https://cloud.tencent.com/document/api/1420/61525#Component)
|
|
90
|
-
|
|
91
|
-
* 新增成员:ComponentRecipientId
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
101
|
-
|
|
102
|
-
### 第 5 次发布
|
|
103
|
-
|
|
104
|
-
发布时间:2022-10-19 06:31:50
|
|
105
|
-
|
|
106
|
-
本次发布包含了以下内容:
|
|
107
|
-
|
|
108
|
-
改善已有的文档。
|
|
109
|
-
|
|
110
|
-
新增接口:
|
|
111
|
-
|
|
112
|
-
* [BindDocumentToRoom](https://cloud.tencent.com/document/api/1639/81544)
|
|
113
|
-
* [DescribeRoomStatistics](https://cloud.tencent.com/document/api/1639/81545)
|
|
114
|
-
* [ModifyApp](https://cloud.tencent.com/document/api/1639/81546)
|
|
115
|
-
* [UnbindDocumentFromRoom](https://cloud.tencent.com/document/api/1639/81543)
|
|
116
|
-
|
|
117
|
-
修改接口:
|
|
118
|
-
|
|
119
|
-
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
120
|
-
|
|
121
|
-
* 新增出参:RecordUrl
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
新增数据结构:
|
|
125
|
-
|
|
126
|
-
* [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
## 云监控(monitor) 版本:2018-07-24
|
|
131
|
-
|
|
132
|
-
### 第 66 次发布
|
|
133
|
-
|
|
134
|
-
发布时间:2022-10-19 06:34:09
|
|
135
|
-
|
|
136
|
-
本次发布包含了以下内容:
|
|
137
|
-
|
|
138
|
-
改善已有的文档。
|
|
139
|
-
|
|
140
|
-
新增数据结构:
|
|
141
|
-
|
|
142
|
-
* [AlarmHierarchicalValue](https://cloud.tencent.com/document/api/248/30354#AlarmHierarchicalValue)
|
|
143
|
-
|
|
144
|
-
修改数据结构:
|
|
145
|
-
|
|
146
|
-
* [AlarmPolicyRule](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyRule)
|
|
147
|
-
|
|
148
|
-
* 新增成员:HierarchicalValue
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
3
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
154
4
|
|
|
155
|
-
### 第
|
|
5
|
+
### 第 33 次发布
|
|
156
6
|
|
|
157
|
-
发布时间:2022-10-
|
|
7
|
+
发布时间:2022-10-27 14:41:42
|
|
158
8
|
|
|
159
9
|
本次发布包含了以下内容:
|
|
160
10
|
|
|
@@ -162,7 +12,8 @@
|
|
|
162
12
|
|
|
163
13
|
新增接口:
|
|
164
14
|
|
|
165
|
-
* [
|
|
15
|
+
* [CreateResultDownload](https://cloud.tencent.com/document/api/1342/82008)
|
|
16
|
+
* [DescribeResultDownload](https://cloud.tencent.com/document/api/1342/82007)
|
|
166
17
|
|
|
167
18
|
|
|
168
19
|
|
|
@@ -1679,6 +1530,21 @@
|
|
|
1679
1530
|
|
|
1680
1531
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1681
1532
|
|
|
1533
|
+
### 第 43 次发布
|
|
1534
|
+
|
|
1535
|
+
发布时间:2022-10-26 06:07:49
|
|
1536
|
+
|
|
1537
|
+
本次发布包含了以下内容:
|
|
1538
|
+
|
|
1539
|
+
改善已有的文档。
|
|
1540
|
+
|
|
1541
|
+
修改接口:
|
|
1542
|
+
|
|
1543
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
|
|
1544
|
+
|
|
1545
|
+
* 新增入参:FilterLightFlag, FilterChannelFlag
|
|
1546
|
+
|
|
1547
|
+
|
|
1682
1548
|
### 第 42 次发布
|
|
1683
1549
|
|
|
1684
1550
|
发布时间:2022-09-12 06:07:03
|
|
@@ -7908,6 +7774,18 @@
|
|
|
7908
7774
|
|
|
7909
7775
|
## 品牌经营管家(bma) 版本:2021-06-24
|
|
7910
7776
|
|
|
7777
|
+
### 第 13 次发布
|
|
7778
|
+
|
|
7779
|
+
发布时间:2022-10-19 11:41:42
|
|
7780
|
+
|
|
7781
|
+
本次发布包含了以下内容:
|
|
7782
|
+
|
|
7783
|
+
改善已有的文档。
|
|
7784
|
+
|
|
7785
|
+
新增接口:
|
|
7786
|
+
|
|
7787
|
+
* [CreateCRDesktopCode](https://cloud.tencent.com/document/api/1296/81572)
|
|
7788
|
+
|
|
7911
7789
|
### 第 12 次发布
|
|
7912
7790
|
|
|
7913
7791
|
发布时间:2022-10-19 06:10:00
|
|
@@ -7918,7 +7796,7 @@
|
|
|
7918
7796
|
|
|
7919
7797
|
新增接口:
|
|
7920
7798
|
|
|
7921
|
-
* [
|
|
7799
|
+
* [DescribeCRObtainDetail](https://cloud.tencent.com/document/api/1296/81541)
|
|
7922
7800
|
|
|
7923
7801
|
### 第 11 次发布
|
|
7924
7802
|
|
|
@@ -9788,10 +9666,10 @@
|
|
|
9788
9666
|
|
|
9789
9667
|
新增数据结构:
|
|
9790
9668
|
|
|
9791
|
-
* [
|
|
9792
|
-
* [
|
|
9793
|
-
* [
|
|
9794
|
-
* [
|
|
9669
|
+
* [CaptchaStatisticObj](https://cloud.tencent.com/document/api/1110/40481#CaptchaStatisticObj)
|
|
9670
|
+
* [InterceptPerTrendObj](https://cloud.tencent.com/document/api/1110/40481#InterceptPerTrendObj)
|
|
9671
|
+
* [RequestTrendObj](https://cloud.tencent.com/document/api/1110/40481#RequestTrendObj)
|
|
9672
|
+
* [TicketCheckTrendObj](https://cloud.tencent.com/document/api/1110/40481#TicketCheckTrendObj)
|
|
9795
9673
|
|
|
9796
9674
|
### 第 11 次发布
|
|
9797
9675
|
|
|
@@ -11247,6 +11125,25 @@
|
|
|
11247
11125
|
|
|
11248
11126
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
11249
11127
|
|
|
11128
|
+
### 第 32 次发布
|
|
11129
|
+
|
|
11130
|
+
发布时间:2022-10-26 06:15:12
|
|
11131
|
+
|
|
11132
|
+
本次发布包含了以下内容:
|
|
11133
|
+
|
|
11134
|
+
改善已有的文档。
|
|
11135
|
+
|
|
11136
|
+
修改接口:
|
|
11137
|
+
|
|
11138
|
+
* [CreateAutoCalloutTask](https://cloud.tencent.com/document/api/679/69194)
|
|
11139
|
+
|
|
11140
|
+
* 新增入参:Variables
|
|
11141
|
+
|
|
11142
|
+
|
|
11143
|
+
新增数据结构:
|
|
11144
|
+
|
|
11145
|
+
* [Variable](https://cloud.tencent.com/document/api/679/47715#Variable)
|
|
11146
|
+
|
|
11250
11147
|
### 第 31 次发布
|
|
11251
11148
|
|
|
11252
11149
|
发布时间:2022-09-22 06:12:48
|
|
@@ -14059,6 +13956,41 @@
|
|
|
14059
13956
|
|
|
14060
13957
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
14061
13958
|
|
|
13959
|
+
### 第 112 次发布
|
|
13960
|
+
|
|
13961
|
+
发布时间:2022-10-25 06:16:59
|
|
13962
|
+
|
|
13963
|
+
本次发布包含了以下内容:
|
|
13964
|
+
|
|
13965
|
+
改善已有的文档。
|
|
13966
|
+
|
|
13967
|
+
修改接口:
|
|
13968
|
+
|
|
13969
|
+
* [DescribeImageConfig](https://cloud.tencent.com/document/api/228/43844)
|
|
13970
|
+
|
|
13971
|
+
* 新增出参:AvifAdapter
|
|
13972
|
+
|
|
13973
|
+
* [UpdateImageConfig](https://cloud.tencent.com/document/api/228/43843)
|
|
13974
|
+
|
|
13975
|
+
* 新增入参:AvifAdapter
|
|
13976
|
+
|
|
13977
|
+
|
|
13978
|
+
新增数据结构:
|
|
13979
|
+
|
|
13980
|
+
* [AvifAdapter](https://cloud.tencent.com/document/api/228/30987#AvifAdapter)
|
|
13981
|
+
* [MaxAgeCodeRule](https://cloud.tencent.com/document/api/228/30987#MaxAgeCodeRule)
|
|
13982
|
+
|
|
13983
|
+
修改数据结构:
|
|
13984
|
+
|
|
13985
|
+
* [ImageOptimization](https://cloud.tencent.com/document/api/228/30987#ImageOptimization)
|
|
13986
|
+
|
|
13987
|
+
* 新增成员:AvifAdapter
|
|
13988
|
+
|
|
13989
|
+
* [MaxAge](https://cloud.tencent.com/document/api/228/30987#MaxAge)
|
|
13990
|
+
|
|
13991
|
+
* 新增成员:MaxAgeCodeRule
|
|
13992
|
+
|
|
13993
|
+
|
|
14062
13994
|
### 第 111 次发布
|
|
14063
13995
|
|
|
14064
13996
|
发布时间:2022-09-19 06:14:28
|
|
@@ -18219,6 +18151,44 @@
|
|
|
18219
18151
|
|
|
18220
18152
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
18221
18153
|
|
|
18154
|
+
### 第 62 次发布
|
|
18155
|
+
|
|
18156
|
+
发布时间:2022-10-25 06:19:36
|
|
18157
|
+
|
|
18158
|
+
本次发布包含了以下内容:
|
|
18159
|
+
|
|
18160
|
+
改善已有的文档。
|
|
18161
|
+
|
|
18162
|
+
修改数据结构:
|
|
18163
|
+
|
|
18164
|
+
* [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
|
|
18165
|
+
|
|
18166
|
+
* 新增成员:UseAutoCreateTopic, CompressionType
|
|
18167
|
+
|
|
18168
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
18169
|
+
|
|
18170
|
+
* 新增成员:IsTableRegular
|
|
18171
|
+
|
|
18172
|
+
* [TopicParam](https://cloud.tencent.com/document/api/597/40861#TopicParam)
|
|
18173
|
+
|
|
18174
|
+
* 新增成员:CompressionType, UseAutoCreateTopic
|
|
18175
|
+
|
|
18176
|
+
|
|
18177
|
+
### 第 61 次发布
|
|
18178
|
+
|
|
18179
|
+
发布时间:2022-10-20 06:14:29
|
|
18180
|
+
|
|
18181
|
+
本次发布包含了以下内容:
|
|
18182
|
+
|
|
18183
|
+
改善已有的文档。
|
|
18184
|
+
|
|
18185
|
+
修改数据结构:
|
|
18186
|
+
|
|
18187
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
18188
|
+
|
|
18189
|
+
* 新增成员:SignalDatabase
|
|
18190
|
+
|
|
18191
|
+
|
|
18222
18192
|
### 第 60 次发布
|
|
18223
18193
|
|
|
18224
18194
|
发布时间:2022-10-14 06:17:04
|
|
@@ -21459,6 +21429,21 @@
|
|
|
21459
21429
|
|
|
21460
21430
|
## 日志服务(cls) 版本:2020-10-16
|
|
21461
21431
|
|
|
21432
|
+
### 第 31 次发布
|
|
21433
|
+
|
|
21434
|
+
发布时间:2022-10-26 06:21:36
|
|
21435
|
+
|
|
21436
|
+
本次发布包含了以下内容:
|
|
21437
|
+
|
|
21438
|
+
改善已有的文档。
|
|
21439
|
+
|
|
21440
|
+
修改接口:
|
|
21441
|
+
|
|
21442
|
+
* [SearchLog](https://cloud.tencent.com/document/api/614/56447)
|
|
21443
|
+
|
|
21444
|
+
* 新增入参:SamplingRate
|
|
21445
|
+
|
|
21446
|
+
|
|
21462
21447
|
### 第 30 次发布
|
|
21463
21448
|
|
|
21464
21449
|
发布时间:2022-09-22 06:17:52
|
|
@@ -23704,6 +23689,111 @@
|
|
|
23704
23689
|
|
|
23705
23690
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
23706
23691
|
|
|
23692
|
+
### 第 92 次发布
|
|
23693
|
+
|
|
23694
|
+
发布时间:2022-10-26 06:23:03
|
|
23695
|
+
|
|
23696
|
+
本次发布包含了以下内容:
|
|
23697
|
+
|
|
23698
|
+
改善已有的文档。
|
|
23699
|
+
|
|
23700
|
+
修改接口:
|
|
23701
|
+
|
|
23702
|
+
* [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
|
|
23703
|
+
|
|
23704
|
+
* 新增入参:ExternalAttachmentDataList
|
|
23705
|
+
|
|
23706
|
+
|
|
23707
|
+
新增数据结构:
|
|
23708
|
+
|
|
23709
|
+
* [CloudExternalAttachmentData](https://cloud.tencent.com/document/api/1122/40683#CloudExternalAttachmentData)
|
|
23710
|
+
|
|
23711
|
+
修改数据结构:
|
|
23712
|
+
|
|
23713
|
+
* [CloudSubOrder](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrder)
|
|
23714
|
+
|
|
23715
|
+
* 新增成员:ExternalAttachmentDataList
|
|
23716
|
+
|
|
23717
|
+
|
|
23718
|
+
### 第 91 次发布
|
|
23719
|
+
|
|
23720
|
+
发布时间:2022-10-25 06:22:30
|
|
23721
|
+
|
|
23722
|
+
本次发布包含了以下内容:
|
|
23723
|
+
|
|
23724
|
+
改善已有的文档。
|
|
23725
|
+
|
|
23726
|
+
新增接口:
|
|
23727
|
+
|
|
23728
|
+
* [BindOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81884)
|
|
23729
|
+
* [QueryOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81883)
|
|
23730
|
+
|
|
23731
|
+
修改接口:
|
|
23732
|
+
|
|
23733
|
+
* [ApplyOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79773)
|
|
23734
|
+
|
|
23735
|
+
* 新增入参:Remark, ExternalSettleData, Environment
|
|
23736
|
+
|
|
23737
|
+
* [CreateCloudSubMerchant](https://cloud.tencent.com/document/api/1122/72604)
|
|
23738
|
+
|
|
23739
|
+
* 新增出参:ChannelAppId
|
|
23740
|
+
|
|
23741
|
+
* [DownloadBill](https://cloud.tencent.com/document/api/1122/40672)
|
|
23742
|
+
|
|
23743
|
+
* 新增出参:StateType
|
|
23744
|
+
|
|
23745
|
+
* [QueryOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79771)
|
|
23746
|
+
|
|
23747
|
+
* 新增入参:Environment
|
|
23748
|
+
|
|
23749
|
+
* [QueryRefund](https://cloud.tencent.com/document/api/1122/40660)
|
|
23750
|
+
|
|
23751
|
+
* 新增出参:ChannelExternalOrderId, ChannelExternalRefundId, ChannelOrderId, TotalRefundAmt, CurrencyType, OutTradeNo, RefundId, MidasAppId, UsedRefundId, SubRefundList
|
|
23752
|
+
|
|
23753
|
+
|
|
23754
|
+
新增数据结构:
|
|
23755
|
+
|
|
23756
|
+
* [BindOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#BindOpenBankProfitSharePayeeResult)
|
|
23757
|
+
* [OldAttachmentInfo](https://cloud.tencent.com/document/api/1122/40683#OldAttachmentInfo)
|
|
23758
|
+
* [OldChannelExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#OldChannelExternalUserInfo)
|
|
23759
|
+
* [OldSubRefund](https://cloud.tencent.com/document/api/1122/40683#OldSubRefund)
|
|
23760
|
+
* [OpenBankProfitSharePayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitSharePayeeInfo)
|
|
23761
|
+
* [QueryOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankProfitSharePayeeResult)
|
|
23762
|
+
|
|
23763
|
+
修改数据结构:
|
|
23764
|
+
|
|
23765
|
+
* [CloudOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudOrderReturn)
|
|
23766
|
+
|
|
23767
|
+
* 新增成员:SubAppId, PayScene, PaymentMethod
|
|
23768
|
+
|
|
23769
|
+
* [CloudSubOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrderReturn)
|
|
23770
|
+
|
|
23771
|
+
* 新增成员:ChannelSubPayOrderId, ProductId
|
|
23772
|
+
|
|
23773
|
+
* [QueryOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSettleOrderResult)
|
|
23774
|
+
|
|
23775
|
+
* 新增成员:Currency
|
|
23776
|
+
|
|
23777
|
+
* [QueryOrderOutOrderList](https://cloud.tencent.com/document/api/1122/40683#QueryOrderOutOrderList)
|
|
23778
|
+
|
|
23779
|
+
* 新增成员:SettleCheck, ChannelExternalUserInfoList, AttachmentInfoList
|
|
23780
|
+
|
|
23781
|
+
|
|
23782
|
+
### 第 90 次发布
|
|
23783
|
+
|
|
23784
|
+
发布时间:2022-10-20 06:16:38
|
|
23785
|
+
|
|
23786
|
+
本次发布包含了以下内容:
|
|
23787
|
+
|
|
23788
|
+
改善已有的文档。
|
|
23789
|
+
|
|
23790
|
+
修改接口:
|
|
23791
|
+
|
|
23792
|
+
* [CreateOpenBankGlobalPaymentOrder](https://cloud.tencent.com/document/api/1122/81542)
|
|
23793
|
+
|
|
23794
|
+
* 新增入参:Environment
|
|
23795
|
+
|
|
23796
|
+
|
|
23707
23797
|
### 第 89 次发布
|
|
23708
23798
|
|
|
23709
23799
|
发布时间:2022-10-19 06:17:23
|
|
@@ -23714,14 +23804,14 @@
|
|
|
23714
23804
|
|
|
23715
23805
|
新增接口:
|
|
23716
23806
|
|
|
23717
|
-
* [
|
|
23807
|
+
* [CreateOpenBankGlobalPaymentOrder](https://cloud.tencent.com/document/api/1122/81542)
|
|
23718
23808
|
|
|
23719
23809
|
新增数据结构:
|
|
23720
23810
|
|
|
23721
|
-
* [
|
|
23722
|
-
* [
|
|
23723
|
-
* [
|
|
23724
|
-
* [
|
|
23811
|
+
* [CreateOpenBankUnifiedOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankUnifiedOrderPaymentResult)
|
|
23812
|
+
* [OpenBankBillingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankBillingInfo)
|
|
23813
|
+
* [OpenBankOrderRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankOrderRedirectInfo)
|
|
23814
|
+
* [OpenBankShippingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankShippingInfo)
|
|
23725
23815
|
|
|
23726
23816
|
修改数据结构:
|
|
23727
23817
|
|
|
@@ -28005,6 +28095,75 @@
|
|
|
28005
28095
|
|
|
28006
28096
|
## 主机安全(cwp) 版本:2018-02-28
|
|
28007
28097
|
|
|
28098
|
+
### 第 60 次发布
|
|
28099
|
+
|
|
28100
|
+
发布时间:2022-10-26 06:25:43
|
|
28101
|
+
|
|
28102
|
+
本次发布包含了以下内容:
|
|
28103
|
+
|
|
28104
|
+
改善已有的文档。
|
|
28105
|
+
|
|
28106
|
+
修改接口:
|
|
28107
|
+
|
|
28108
|
+
* [DescribeMalwareTimingScanSetting](https://cloud.tencent.com/document/api/296/58240)
|
|
28109
|
+
|
|
28110
|
+
* 新增出参:EnableInspiredEngine
|
|
28111
|
+
|
|
28112
|
+
* [ModifyMalwareTimingScanSettings](https://cloud.tencent.com/document/api/296/52509)
|
|
28113
|
+
|
|
28114
|
+
* 新增入参:EnableInspiredEngine
|
|
28115
|
+
|
|
28116
|
+
|
|
28117
|
+
### 第 59 次发布
|
|
28118
|
+
|
|
28119
|
+
发布时间:2022-10-25 06:25:41
|
|
28120
|
+
|
|
28121
|
+
本次发布包含了以下内容:
|
|
28122
|
+
|
|
28123
|
+
改善已有的文档。
|
|
28124
|
+
|
|
28125
|
+
修改数据结构:
|
|
28126
|
+
|
|
28127
|
+
* [HostLoginList](https://cloud.tencent.com/document/api/296/19867#HostLoginList)
|
|
28128
|
+
|
|
28129
|
+
* 新增成员:Desc
|
|
28130
|
+
|
|
28131
|
+
|
|
28132
|
+
### 第 58 次发布
|
|
28133
|
+
|
|
28134
|
+
发布时间:2022-10-24 06:23:41
|
|
28135
|
+
|
|
28136
|
+
本次发布包含了以下内容:
|
|
28137
|
+
|
|
28138
|
+
改善已有的文档。
|
|
28139
|
+
|
|
28140
|
+
新增接口:
|
|
28141
|
+
|
|
28142
|
+
* [DescribeBaselinePolicyList](https://cloud.tencent.com/document/api/296/81834)
|
|
28143
|
+
|
|
28144
|
+
### 第 57 次发布
|
|
28145
|
+
|
|
28146
|
+
发布时间:2022-10-21 06:19:41
|
|
28147
|
+
|
|
28148
|
+
本次发布包含了以下内容:
|
|
28149
|
+
|
|
28150
|
+
改善已有的文档。
|
|
28151
|
+
|
|
28152
|
+
新增接口:
|
|
28153
|
+
|
|
28154
|
+
* [DeleteBaselinePolicy](https://cloud.tencent.com/document/api/296/81788)
|
|
28155
|
+
* [DeleteScanTask](https://cloud.tencent.com/document/api/296/81789)
|
|
28156
|
+
* [DescribeBaselineHostDetectList](https://cloud.tencent.com/document/api/296/81787)
|
|
28157
|
+
* [DescribeJavaMemShellList](https://cloud.tencent.com/document/api/296/81790)
|
|
28158
|
+
* [ModifyBaselinePolicy](https://cloud.tencent.com/document/api/296/81786)
|
|
28159
|
+
* [StopBaselineDetect](https://cloud.tencent.com/document/api/296/81785)
|
|
28160
|
+
|
|
28161
|
+
新增数据结构:
|
|
28162
|
+
|
|
28163
|
+
* [BaselineHostDetect](https://cloud.tencent.com/document/api/296/19867#BaselineHostDetect)
|
|
28164
|
+
* [BaselinePolicy](https://cloud.tencent.com/document/api/296/19867#BaselinePolicy)
|
|
28165
|
+
* [JavaMemShellInfo](https://cloud.tencent.com/document/api/296/19867#JavaMemShellInfo)
|
|
28166
|
+
|
|
28008
28167
|
### 第 56 次发布
|
|
28009
28168
|
|
|
28010
28169
|
发布时间:2022-10-12 06:24:06
|
|
@@ -33090,6 +33249,19 @@
|
|
|
33090
33249
|
|
|
33091
33250
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
33092
33251
|
|
|
33252
|
+
### 第 33 次发布
|
|
33253
|
+
|
|
33254
|
+
发布时间:2022-10-27 14:41:42
|
|
33255
|
+
|
|
33256
|
+
本次发布包含了以下内容:
|
|
33257
|
+
|
|
33258
|
+
改善已有的文档。
|
|
33259
|
+
|
|
33260
|
+
新增接口:
|
|
33261
|
+
|
|
33262
|
+
* [[CreateResultDownload](https://cloud.tencent.com/document/api/1342/82008)](https://cloud.tencent.com/document/api/#/#)
|
|
33263
|
+
* [[DescribeResultDownload](https://cloud.tencent.com/document/api/1342/82007)](https://cloud.tencent.com/document/api/#/#)
|
|
33264
|
+
|
|
33093
33265
|
### 第 32 次发布
|
|
33094
33266
|
|
|
33095
33267
|
发布时间:2022-09-14 06:20:02
|
|
@@ -37390,6 +37562,28 @@
|
|
|
37390
37562
|
|
|
37391
37563
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
37392
37564
|
|
|
37565
|
+
### 第 38 次发布
|
|
37566
|
+
|
|
37567
|
+
发布时间:2022-10-27 06:31:19
|
|
37568
|
+
|
|
37569
|
+
本次发布包含了以下内容:
|
|
37570
|
+
|
|
37571
|
+
改善已有的文档。
|
|
37572
|
+
|
|
37573
|
+
修改接口:
|
|
37574
|
+
|
|
37575
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
|
|
37576
|
+
|
|
37577
|
+
* 新增入参:AutoRenew
|
|
37578
|
+
|
|
37579
|
+
|
|
37580
|
+
修改数据结构:
|
|
37581
|
+
|
|
37582
|
+
* [EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance)
|
|
37583
|
+
|
|
37584
|
+
* 新增成员:IsHandsCluster
|
|
37585
|
+
|
|
37586
|
+
|
|
37393
37587
|
### 第 37 次发布
|
|
37394
37588
|
|
|
37395
37589
|
发布时间:2022-09-06 06:30:34
|
|
@@ -38316,6 +38510,32 @@
|
|
|
38316
38510
|
|
|
38317
38511
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
38318
38512
|
|
|
38513
|
+
### 第 38 次发布
|
|
38514
|
+
|
|
38515
|
+
发布时间:2022-10-25 06:33:48
|
|
38516
|
+
|
|
38517
|
+
本次发布包含了以下内容:
|
|
38518
|
+
|
|
38519
|
+
改善已有的文档。
|
|
38520
|
+
|
|
38521
|
+
修改接口:
|
|
38522
|
+
|
|
38523
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
|
|
38524
|
+
|
|
38525
|
+
* 新增入参:DiskEnhance
|
|
38526
|
+
|
|
38527
|
+
|
|
38528
|
+
修改数据结构:
|
|
38529
|
+
|
|
38530
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
38531
|
+
|
|
38532
|
+
* 新增成员:ProcessPercent, KibanaAlteringPublicAccess
|
|
38533
|
+
|
|
38534
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/845/30634#NodeInfo)
|
|
38535
|
+
|
|
38536
|
+
* 新增成员:DiskEnhance
|
|
38537
|
+
|
|
38538
|
+
|
|
38319
38539
|
### 第 37 次发布
|
|
38320
38540
|
|
|
38321
38541
|
发布时间:2022-09-28 06:30:23
|
|
@@ -39176,6 +39396,40 @@
|
|
|
39176
39396
|
|
|
39177
39397
|
## 电子签服务(ess) 版本:2020-11-11
|
|
39178
39398
|
|
|
39399
|
+
### 第 21 次发布
|
|
39400
|
+
|
|
39401
|
+
发布时间:2022-10-26 06:35:22
|
|
39402
|
+
|
|
39403
|
+
本次发布包含了以下内容:
|
|
39404
|
+
|
|
39405
|
+
改善已有的文档。
|
|
39406
|
+
|
|
39407
|
+
新增数据结构:
|
|
39408
|
+
|
|
39409
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)
|
|
39410
|
+
|
|
39411
|
+
修改数据结构:
|
|
39412
|
+
|
|
39413
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
39414
|
+
|
|
39415
|
+
* 新增成员:ApproverOption
|
|
39416
|
+
|
|
39417
|
+
|
|
39418
|
+
### 第 20 次发布
|
|
39419
|
+
|
|
39420
|
+
发布时间:2022-10-20 06:24:19
|
|
39421
|
+
|
|
39422
|
+
本次发布包含了以下内容:
|
|
39423
|
+
|
|
39424
|
+
改善已有的文档。
|
|
39425
|
+
|
|
39426
|
+
修改接口:
|
|
39427
|
+
|
|
39428
|
+
* [CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)
|
|
39429
|
+
|
|
39430
|
+
* 新增入参:Restrictions
|
|
39431
|
+
|
|
39432
|
+
|
|
39179
39433
|
### 第 19 次发布
|
|
39180
39434
|
|
|
39181
39435
|
发布时间:2022-09-29 06:30:30
|
|
@@ -39650,6 +39904,67 @@
|
|
|
39650
39904
|
|
|
39651
39905
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
39652
39906
|
|
|
39907
|
+
### 第 38 次发布
|
|
39908
|
+
|
|
39909
|
+
发布时间:2022-10-26 06:35:40
|
|
39910
|
+
|
|
39911
|
+
本次发布包含了以下内容:
|
|
39912
|
+
|
|
39913
|
+
改善已有的文档。
|
|
39914
|
+
|
|
39915
|
+
新增数据结构:
|
|
39916
|
+
|
|
39917
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)
|
|
39918
|
+
|
|
39919
|
+
修改数据结构:
|
|
39920
|
+
|
|
39921
|
+
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
39922
|
+
|
|
39923
|
+
* 新增成员:ApproverOption, ApproverNeedSignReview
|
|
39924
|
+
|
|
39925
|
+
|
|
39926
|
+
### 第 37 次发布
|
|
39927
|
+
|
|
39928
|
+
发布时间:2022-10-24 15:26:34
|
|
39929
|
+
|
|
39930
|
+
本次发布包含了以下内容:
|
|
39931
|
+
|
|
39932
|
+
改善已有的文档。
|
|
39933
|
+
|
|
39934
|
+
新增接口:
|
|
39935
|
+
|
|
39936
|
+
* [ChannelCancelFlow](https://cloud.tencent.com/document/api/1420/81869)
|
|
39937
|
+
|
|
39938
|
+
### 第 36 次发布
|
|
39939
|
+
|
|
39940
|
+
发布时间:2022-10-24 15:11:55
|
|
39941
|
+
|
|
39942
|
+
本次发布包含了以下内容:
|
|
39943
|
+
|
|
39944
|
+
改善已有的文档。
|
|
39945
|
+
|
|
39946
|
+
修改接口:
|
|
39947
|
+
|
|
39948
|
+
* [ChannelBatchCancelFlows](https://cloud.tencent.com/document/api/1420/80391)
|
|
39949
|
+
|
|
39950
|
+
* 新增入参:CancelMessage, CancelMessageFormat
|
|
39951
|
+
|
|
39952
|
+
|
|
39953
|
+
### 第 35 次发布
|
|
39954
|
+
|
|
39955
|
+
发布时间:2022-10-19 20:26:32
|
|
39956
|
+
|
|
39957
|
+
本次发布包含了以下内容:
|
|
39958
|
+
|
|
39959
|
+
改善已有的文档。
|
|
39960
|
+
|
|
39961
|
+
修改接口:
|
|
39962
|
+
|
|
39963
|
+
* [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
|
|
39964
|
+
|
|
39965
|
+
* 新增入参:Restrictions
|
|
39966
|
+
|
|
39967
|
+
|
|
39653
39968
|
### 第 34 次发布
|
|
39654
39969
|
|
|
39655
39970
|
发布时间:2022-10-18 16:02:52
|
|
@@ -45033,6 +45348,21 @@
|
|
|
45033
45348
|
|
|
45034
45349
|
## 智能编辑(ie) 版本:2020-03-04
|
|
45035
45350
|
|
|
45351
|
+
### 第 13 次发布
|
|
45352
|
+
|
|
45353
|
+
发布时间:2022-10-25 06:37:05
|
|
45354
|
+
|
|
45355
|
+
本次发布包含了以下内容:
|
|
45356
|
+
|
|
45357
|
+
改善已有的文档。
|
|
45358
|
+
|
|
45359
|
+
修改接口:
|
|
45360
|
+
|
|
45361
|
+
* [CreateMediaQualityRestorationTask](https://cloud.tencent.com/document/api/1186/48451)
|
|
45362
|
+
|
|
45363
|
+
* 新增入参:TopSpeedCodecChannel
|
|
45364
|
+
|
|
45365
|
+
|
|
45036
45366
|
### 第 12 次发布
|
|
45037
45367
|
|
|
45038
45368
|
发布时间:2022-07-05 06:14:24
|
|
@@ -46952,6 +47282,36 @@
|
|
|
46952
47282
|
|
|
46953
47283
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
46954
47284
|
|
|
47285
|
+
### 第 46 次发布
|
|
47286
|
+
|
|
47287
|
+
发布时间:2022-10-25 06:38:53
|
|
47288
|
+
|
|
47289
|
+
本次发布包含了以下内容:
|
|
47290
|
+
|
|
47291
|
+
改善已有的文档。
|
|
47292
|
+
|
|
47293
|
+
修改接口:
|
|
47294
|
+
|
|
47295
|
+
* [DescribeBindedProducts](https://cloud.tencent.com/document/api/1081/67876)
|
|
47296
|
+
|
|
47297
|
+
* 新增入参:ProductSource
|
|
47298
|
+
|
|
47299
|
+
* [DescribeDeviceBindGateway](https://cloud.tencent.com/document/api/1081/67872)
|
|
47300
|
+
|
|
47301
|
+
* 新增出参:GatewayProductOwnerName, GatewayProductOwnerUin
|
|
47302
|
+
|
|
47303
|
+
* [DescribeGatewaySubProducts](https://cloud.tencent.com/document/api/1081/67875)
|
|
47304
|
+
|
|
47305
|
+
* 新增入参:ProductSource
|
|
47306
|
+
|
|
47307
|
+
|
|
47308
|
+
修改数据结构:
|
|
47309
|
+
|
|
47310
|
+
* [BindProductInfo](https://cloud.tencent.com/document/api/1081/34988#BindProductInfo)
|
|
47311
|
+
|
|
47312
|
+
* 新增成员:ProductOwnerName
|
|
47313
|
+
|
|
47314
|
+
|
|
46955
47315
|
### 第 45 次发布
|
|
46956
47316
|
|
|
46957
47317
|
发布时间:2022-05-25 06:10:34
|
|
@@ -49525,7 +49885,22 @@
|
|
|
49525
49885
|
|
|
49526
49886
|
|
|
49527
49887
|
|
|
49528
|
-
##
|
|
49888
|
+
## 媒体智能标签(ivld) 版本:2021-09-03
|
|
49889
|
+
|
|
49890
|
+
### 第 8 次发布
|
|
49891
|
+
|
|
49892
|
+
发布时间:2022-10-25 19:11:18
|
|
49893
|
+
|
|
49894
|
+
本次发布包含了以下内容:
|
|
49895
|
+
|
|
49896
|
+
改善已有的文档。
|
|
49897
|
+
|
|
49898
|
+
修改数据结构:
|
|
49899
|
+
|
|
49900
|
+
* [PersonInfo](https://cloud.tencent.com/document/api/1509/65063#PersonInfo)
|
|
49901
|
+
|
|
49902
|
+
* 新增成员:AppearRect
|
|
49903
|
+
|
|
49529
49904
|
|
|
49530
49905
|
### 第 7 次发布
|
|
49531
49906
|
|
|
@@ -50147,10 +50522,10 @@
|
|
|
50147
50522
|
|
|
50148
50523
|
新增接口:
|
|
50149
50524
|
|
|
50150
|
-
* [
|
|
50151
|
-
* [
|
|
50152
|
-
* [
|
|
50153
|
-
* [
|
|
50525
|
+
* [BindDocumentToRoom](https://cloud.tencent.com/document/api/1639/81544)
|
|
50526
|
+
* [DescribeRoomStatistics](https://cloud.tencent.com/document/api/1639/81545)
|
|
50527
|
+
* [ModifyApp](https://cloud.tencent.com/document/api/1639/81546)
|
|
50528
|
+
* [UnbindDocumentFromRoom](https://cloud.tencent.com/document/api/1639/81543)
|
|
50154
50529
|
|
|
50155
50530
|
修改接口:
|
|
50156
50531
|
|
|
@@ -50161,7 +50536,7 @@
|
|
|
50161
50536
|
|
|
50162
50537
|
新增数据结构:
|
|
50163
50538
|
|
|
50164
|
-
* [
|
|
50539
|
+
* [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
|
|
50165
50540
|
|
|
50166
50541
|
### 第 4 次发布
|
|
50167
50542
|
|
|
@@ -52784,6 +53159,20 @@
|
|
|
52784
53159
|
|
|
52785
53160
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
52786
53161
|
|
|
53162
|
+
### 第 43 次发布
|
|
53163
|
+
|
|
53164
|
+
发布时间:2022-10-26 06:46:25
|
|
53165
|
+
|
|
53166
|
+
本次发布包含了以下内容:
|
|
53167
|
+
|
|
53168
|
+
改善已有的文档。
|
|
53169
|
+
|
|
53170
|
+
新增接口:
|
|
53171
|
+
|
|
53172
|
+
* [ModifyInstanceNetwork](https://cloud.tencent.com/document/api/237/81949)
|
|
53173
|
+
* [ModifyInstanceVip](https://cloud.tencent.com/document/api/237/81948)
|
|
53174
|
+
* [ModifyInstanceVport](https://cloud.tencent.com/document/api/237/81947)
|
|
53175
|
+
|
|
52787
53176
|
### 第 42 次发布
|
|
52788
53177
|
|
|
52789
53178
|
发布时间:2022-10-13 06:35:29
|
|
@@ -54706,6 +55095,25 @@
|
|
|
54706
55095
|
|
|
54707
55096
|
## 云监控(monitor) 版本:2018-07-24
|
|
54708
55097
|
|
|
55098
|
+
### 第 67 次发布
|
|
55099
|
+
|
|
55100
|
+
发布时间:2022-10-21 06:35:12
|
|
55101
|
+
|
|
55102
|
+
本次发布包含了以下内容:
|
|
55103
|
+
|
|
55104
|
+
改善已有的文档。
|
|
55105
|
+
|
|
55106
|
+
修改接口:
|
|
55107
|
+
|
|
55108
|
+
* [CreateAlarmPolicy](https://cloud.tencent.com/document/api/248/51287)
|
|
55109
|
+
|
|
55110
|
+
* 新增入参:HierarchicalNotices, MigrateFlag
|
|
55111
|
+
|
|
55112
|
+
|
|
55113
|
+
新增数据结构:
|
|
55114
|
+
|
|
55115
|
+
* [AlarmHierarchicalNotice](https://cloud.tencent.com/document/api/248/30354#AlarmHierarchicalNotice)
|
|
55116
|
+
|
|
54709
55117
|
### 第 66 次发布
|
|
54710
55118
|
|
|
54711
55119
|
发布时间:2022-10-19 06:34:09
|
|
@@ -54716,7 +55124,7 @@
|
|
|
54716
55124
|
|
|
54717
55125
|
新增数据结构:
|
|
54718
55126
|
|
|
54719
|
-
* [
|
|
55127
|
+
* [AlarmHierarchicalValue](https://cloud.tencent.com/document/api/248/30354#AlarmHierarchicalValue)
|
|
54720
55128
|
|
|
54721
55129
|
修改数据结构:
|
|
54722
55130
|
|
|
@@ -58519,6 +58927,21 @@
|
|
|
58519
58927
|
|
|
58520
58928
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
58521
58929
|
|
|
58930
|
+
### 第 27 次发布
|
|
58931
|
+
|
|
58932
|
+
发布时间:2022-10-27 06:45:50
|
|
58933
|
+
|
|
58934
|
+
本次发布包含了以下内容:
|
|
58935
|
+
|
|
58936
|
+
改善已有的文档。
|
|
58937
|
+
|
|
58938
|
+
修改数据结构:
|
|
58939
|
+
|
|
58940
|
+
* [WorkSpaceClusterItem](https://cloud.tencent.com/document/api/849/52010#WorkSpaceClusterItem)
|
|
58941
|
+
|
|
58942
|
+
* 新增成员:ProjectId, ProjectIdStr
|
|
58943
|
+
|
|
58944
|
+
|
|
58522
58945
|
### 第 26 次发布
|
|
58523
58946
|
|
|
58524
58947
|
发布时间:2022-09-27 06:36:12
|
|
@@ -61986,6 +62409,18 @@
|
|
|
61986
62409
|
|
|
61987
62410
|
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
61988
62411
|
|
|
62412
|
+
### 第 11 次发布
|
|
62413
|
+
|
|
62414
|
+
发布时间:2022-10-26 06:52:45
|
|
62415
|
+
|
|
62416
|
+
本次发布包含了以下内容:
|
|
62417
|
+
|
|
62418
|
+
改善已有的文档。
|
|
62419
|
+
|
|
62420
|
+
新增接口:
|
|
62421
|
+
|
|
62422
|
+
* [ModifyRecordsStatus](https://cloud.tencent.com/document/api/1338/81950)
|
|
62423
|
+
|
|
61989
62424
|
### 第 10 次发布
|
|
61990
62425
|
|
|
61991
62426
|
发布时间:2022-09-19 06:43:11
|
|
@@ -62199,6 +62634,33 @@
|
|
|
62199
62634
|
|
|
62200
62635
|
## 云压测(pts) 版本:2021-07-28
|
|
62201
62636
|
|
|
62637
|
+
### 第 5 次发布
|
|
62638
|
+
|
|
62639
|
+
发布时间:2022-10-20 06:35:28
|
|
62640
|
+
|
|
62641
|
+
本次发布包含了以下内容:
|
|
62642
|
+
|
|
62643
|
+
改善已有的文档。
|
|
62644
|
+
|
|
62645
|
+
修改数据结构:
|
|
62646
|
+
|
|
62647
|
+
* [Concurrency](https://cloud.tencent.com/document/api/1484/78100#Concurrency)
|
|
62648
|
+
|
|
62649
|
+
* 新增成员:GracefulStopSeconds
|
|
62650
|
+
|
|
62651
|
+
* [CustomSample](https://cloud.tencent.com/document/api/1484/78100#CustomSample)
|
|
62652
|
+
|
|
62653
|
+
* 新增成员:Name
|
|
62654
|
+
|
|
62655
|
+
* [File](https://cloud.tencent.com/document/api/1484/78100#File)
|
|
62656
|
+
|
|
62657
|
+
* 新增成员:AppID, Uin, SubAccountUin
|
|
62658
|
+
|
|
62659
|
+
* [RequestsPerSecond](https://cloud.tencent.com/document/api/1484/78100#RequestsPerSecond)
|
|
62660
|
+
|
|
62661
|
+
* 新增成员:GracefulStopSeconds
|
|
62662
|
+
|
|
62663
|
+
|
|
62202
62664
|
### 第 4 次发布
|
|
62203
62665
|
|
|
62204
62666
|
发布时间:2022-09-19 06:43:24
|
|
@@ -65040,6 +65502,21 @@
|
|
|
65040
65502
|
|
|
65041
65503
|
## 邮件推送(ses) 版本:2020-10-02
|
|
65042
65504
|
|
|
65505
|
+
### 第 15 次发布
|
|
65506
|
+
|
|
65507
|
+
发布时间:2022-10-26 06:55:19
|
|
65508
|
+
|
|
65509
|
+
本次发布包含了以下内容:
|
|
65510
|
+
|
|
65511
|
+
改善已有的文档。
|
|
65512
|
+
|
|
65513
|
+
修改数据结构:
|
|
65514
|
+
|
|
65515
|
+
* [CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam)
|
|
65516
|
+
|
|
65517
|
+
* 新增成员:TermCycle
|
|
65518
|
+
|
|
65519
|
+
|
|
65043
65520
|
### 第 14 次发布
|
|
65044
65521
|
|
|
65045
65522
|
发布时间:2022-07-22 06:12:49
|
|
@@ -68304,6 +68781,19 @@
|
|
|
68304
68781
|
|
|
68305
68782
|
## 标签(tag) 版本:2018-08-13
|
|
68306
68783
|
|
|
68784
|
+
### 第 12 次发布
|
|
68785
|
+
|
|
68786
|
+
发布时间:2022-10-26 06:58:19
|
|
68787
|
+
|
|
68788
|
+
本次发布包含了以下内容:
|
|
68789
|
+
|
|
68790
|
+
改善已有的文档。
|
|
68791
|
+
|
|
68792
|
+
新增接口:
|
|
68793
|
+
|
|
68794
|
+
* [AddProject](https://cloud.tencent.com/document/api/651/81952)
|
|
68795
|
+
* [UpdateProject](https://cloud.tencent.com/document/api/651/81951)
|
|
68796
|
+
|
|
68307
68797
|
### 第 11 次发布
|
|
68308
68798
|
|
|
68309
68799
|
发布时间:2022-08-08 06:36:01
|
|
@@ -69918,6 +70408,21 @@
|
|
|
69918
70408
|
|
|
69919
70409
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
69920
70410
|
|
|
70411
|
+
### 第 88 次发布
|
|
70412
|
+
|
|
70413
|
+
发布时间:2022-10-21 06:43:29
|
|
70414
|
+
|
|
70415
|
+
本次发布包含了以下内容:
|
|
70416
|
+
|
|
70417
|
+
改善已有的文档。
|
|
70418
|
+
|
|
70419
|
+
修改接口:
|
|
70420
|
+
|
|
70421
|
+
* [CreateWxCloudBaseRunServerDBCluster](https://cloud.tencent.com/document/api/876/55636)
|
|
70422
|
+
|
|
70423
|
+
* 新增入参:LowerCaseTableName
|
|
70424
|
+
|
|
70425
|
+
|
|
69921
70426
|
### 第 87 次发布
|
|
69922
70427
|
|
|
69923
70428
|
发布时间:2022-10-19 06:42:09
|
|
@@ -69928,7 +70433,7 @@
|
|
|
69928
70433
|
|
|
69929
70434
|
新增接口:
|
|
69930
70435
|
|
|
69931
|
-
* [
|
|
70436
|
+
* [ModifyClsTopic](https://cloud.tencent.com/document/api/876/81547)
|
|
69932
70437
|
|
|
69933
70438
|
### 第 86 次发布
|
|
69934
70439
|
|
|
@@ -71983,6 +72488,46 @@
|
|
|
71983
72488
|
|
|
71984
72489
|
## 服务网格(tcm) 版本:2021-04-13
|
|
71985
72490
|
|
|
72491
|
+
### 第 15 次发布
|
|
72492
|
+
|
|
72493
|
+
发布时间:2022-10-21 06:44:08
|
|
72494
|
+
|
|
72495
|
+
本次发布包含了以下内容:
|
|
72496
|
+
|
|
72497
|
+
改善已有的文档。
|
|
72498
|
+
|
|
72499
|
+
新增数据结构:
|
|
72500
|
+
|
|
72501
|
+
* [EgressGatewayStatus](https://cloud.tencent.com/document/api/1261/63843#EgressGatewayStatus)
|
|
72502
|
+
|
|
72503
|
+
修改数据结构:
|
|
72504
|
+
|
|
72505
|
+
* [EgressGateway](https://cloud.tencent.com/document/api/1261/63843#EgressGateway)
|
|
72506
|
+
|
|
72507
|
+
* 新增成员:Status
|
|
72508
|
+
|
|
72509
|
+
* [IngressGatewayStatus](https://cloud.tencent.com/document/api/1261/63843#IngressGatewayStatus)
|
|
72510
|
+
|
|
72511
|
+
* 新增成员:CurrentVersion, DesiredVersion, State
|
|
72512
|
+
|
|
72513
|
+
* [Mesh](https://cloud.tencent.com/document/api/1261/63843#Mesh)
|
|
72514
|
+
|
|
72515
|
+
* 新增成员:TagList
|
|
72516
|
+
|
|
72517
|
+
|
|
72518
|
+
### 第 14 次发布
|
|
72519
|
+
|
|
72520
|
+
发布时间:2022-10-20 06:40:11
|
|
72521
|
+
|
|
72522
|
+
本次发布包含了以下内容:
|
|
72523
|
+
|
|
72524
|
+
改善已有的文档。
|
|
72525
|
+
|
|
72526
|
+
新增接口:
|
|
72527
|
+
|
|
72528
|
+
* [LinkClusterList](https://cloud.tencent.com/document/api/1261/81603)
|
|
72529
|
+
* [UnlinkCluster](https://cloud.tencent.com/document/api/1261/81602)
|
|
72530
|
+
|
|
71986
72531
|
### 第 13 次发布
|
|
71987
72532
|
|
|
71988
72533
|
发布时间:2022-10-11 06:54:36
|
|
@@ -73135,6 +73680,282 @@
|
|
|
73135
73680
|
|
|
73136
73681
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
73137
73682
|
|
|
73683
|
+
### 第 29 次发布
|
|
73684
|
+
|
|
73685
|
+
发布时间:2022-10-25 06:57:07
|
|
73686
|
+
|
|
73687
|
+
本次发布包含了以下内容:
|
|
73688
|
+
|
|
73689
|
+
改善已有的文档。
|
|
73690
|
+
|
|
73691
|
+
新增接口:
|
|
73692
|
+
|
|
73693
|
+
* [DescribeExportJobDownloadURL](https://cloud.tencent.com/document/api/1285/81886)
|
|
73694
|
+
* [DescribeExportJobManageList](https://cloud.tencent.com/document/api/1285/81885)
|
|
73695
|
+
|
|
73696
|
+
修改接口:
|
|
73697
|
+
|
|
73698
|
+
* [CreateImageExportJob](https://cloud.tencent.com/document/api/1285/81635)
|
|
73699
|
+
|
|
73700
|
+
* <font color="#dd0000">**修改入参**:</font>ExportField
|
|
73701
|
+
|
|
73702
|
+
* [DescribeSecLogDeliveryKafkaOptions](https://cloud.tencent.com/document/api/1285/81730)
|
|
73703
|
+
|
|
73704
|
+
* 新增入参:RegionID
|
|
73705
|
+
|
|
73706
|
+
* 新增出参:RegionList
|
|
73707
|
+
|
|
73708
|
+
* [DescribeSecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81729)
|
|
73709
|
+
|
|
73710
|
+
* 新增出参:RegionID
|
|
73711
|
+
|
|
73712
|
+
* [ModifySecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81722)
|
|
73713
|
+
|
|
73714
|
+
* 新增入参:RegionID
|
|
73715
|
+
|
|
73716
|
+
|
|
73717
|
+
新增数据结构:
|
|
73718
|
+
|
|
73719
|
+
* [ExportJobInfo](https://cloud.tencent.com/document/api/1285/65614#ExportJobInfo)
|
|
73720
|
+
|
|
73721
|
+
修改数据结构:
|
|
73722
|
+
|
|
73723
|
+
* [CompliancePolicyItemSummary](https://cloud.tencent.com/document/api/1285/65614#CompliancePolicyItemSummary)
|
|
73724
|
+
|
|
73725
|
+
* 新增成员:ApplicableVersion
|
|
73726
|
+
|
|
73727
|
+
* [FileAttributeInfo](https://cloud.tencent.com/document/api/1285/65614#FileAttributeInfo)
|
|
73728
|
+
|
|
73729
|
+
* 新增成员:NewFile, FileDiff
|
|
73730
|
+
|
|
73731
|
+
|
|
73732
|
+
### 第 28 次发布
|
|
73733
|
+
|
|
73734
|
+
发布时间:2022-10-21 06:44:56
|
|
73735
|
+
|
|
73736
|
+
本次发布包含了以下内容:
|
|
73737
|
+
|
|
73738
|
+
改善已有的文档。
|
|
73739
|
+
|
|
73740
|
+
新增接口:
|
|
73741
|
+
|
|
73742
|
+
* [AddComplianceAssetPolicySetToWhitelist](https://cloud.tencent.com/document/api/1285/81795)
|
|
73743
|
+
* [AddCompliancePolicyAssetSetToWhitelist](https://cloud.tencent.com/document/api/1285/81794)
|
|
73744
|
+
* [DeleteComplianceAssetPolicySetFromWhitelist](https://cloud.tencent.com/document/api/1285/81793)
|
|
73745
|
+
* [DeleteCompliancePolicyAssetSetFromWhitelist](https://cloud.tencent.com/document/api/1285/81792)
|
|
73746
|
+
* [DescribeImageRegistryNamespaceList](https://cloud.tencent.com/document/api/1285/81791)
|
|
73747
|
+
|
|
73748
|
+
新增数据结构:
|
|
73749
|
+
|
|
73750
|
+
* [ComplianceAssetPolicySetItem](https://cloud.tencent.com/document/api/1285/65614#ComplianceAssetPolicySetItem)
|
|
73751
|
+
* [CompliancePolicyAssetSetItem](https://cloud.tencent.com/document/api/1285/65614#CompliancePolicyAssetSetItem)
|
|
73752
|
+
|
|
73753
|
+
### 第 27 次发布
|
|
73754
|
+
|
|
73755
|
+
发布时间:2022-10-20 06:40:56
|
|
73756
|
+
|
|
73757
|
+
本次发布包含了以下内容:
|
|
73758
|
+
|
|
73759
|
+
改善已有的文档。
|
|
73760
|
+
|
|
73761
|
+
新增接口:
|
|
73762
|
+
|
|
73763
|
+
* [AddAndPublishNetworkFirewallPolicyDetail](https://cloud.tencent.com/document/api/1285/81716)
|
|
73764
|
+
* [AddAndPublishNetworkFirewallPolicyYamlDetail](https://cloud.tencent.com/document/api/1285/81715)
|
|
73765
|
+
* [AddEditImageAutoAuthorizedRule](https://cloud.tencent.com/document/api/1285/81638)
|
|
73766
|
+
* [AddEscapeWhiteList](https://cloud.tencent.com/document/api/1285/81667)
|
|
73767
|
+
* [AddIgnoreVul](https://cloud.tencent.com/document/api/1285/81637)
|
|
73768
|
+
* [AddNetworkFirewallPolicyDetail](https://cloud.tencent.com/document/api/1285/81714)
|
|
73769
|
+
* [AddNetworkFirewallPolicyYamlDetail](https://cloud.tencent.com/document/api/1285/81713)
|
|
73770
|
+
* [CheckNetworkFirewallPolicyYaml](https://cloud.tencent.com/document/api/1285/81712)
|
|
73771
|
+
* [ConfirmNetworkFirewallPolicy](https://cloud.tencent.com/document/api/1285/81711)
|
|
73772
|
+
* [CreateAssetImageVirusExportJob](https://cloud.tencent.com/document/api/1285/81689)
|
|
73773
|
+
* [CreateComponentExportJob](https://cloud.tencent.com/document/api/1285/81636)
|
|
73774
|
+
* [CreateDefenceVulExportJob](https://cloud.tencent.com/document/api/1285/81666)
|
|
73775
|
+
* [CreateEmergencyVulExportJob](https://cloud.tencent.com/document/api/1285/81665)
|
|
73776
|
+
* [CreateEscapeEventsExportJob](https://cloud.tencent.com/document/api/1285/81664)
|
|
73777
|
+
* [CreateEscapeWhiteListExportJob](https://cloud.tencent.com/document/api/1285/81663)
|
|
73778
|
+
* [CreateHostExportJob](https://cloud.tencent.com/document/api/1285/81688)
|
|
73779
|
+
* [CreateImageExportJob](https://cloud.tencent.com/document/api/1285/81635)
|
|
73780
|
+
* [CreateNetworkFirewallClusterRefresh](https://cloud.tencent.com/document/api/1285/81710)
|
|
73781
|
+
* [CreateNetworkFirewallPolicyDiscover](https://cloud.tencent.com/document/api/1285/81709)
|
|
73782
|
+
* [CreateNetworkFirewallPublish](https://cloud.tencent.com/document/api/1285/81708)
|
|
73783
|
+
* [CreateNetworkFirewallUndoPublish](https://cloud.tencent.com/document/api/1285/81707)
|
|
73784
|
+
* [CreateProcessEventsExportJob](https://cloud.tencent.com/document/api/1285/81662)
|
|
73785
|
+
* [CreateSearchTemplate](https://cloud.tencent.com/document/api/1285/81744)
|
|
73786
|
+
* [CreateSystemVulExportJob](https://cloud.tencent.com/document/api/1285/81661)
|
|
73787
|
+
* [CreateVulContainerExportJob](https://cloud.tencent.com/document/api/1285/81660)
|
|
73788
|
+
* [CreateVulDefenceEventExportJob](https://cloud.tencent.com/document/api/1285/81634)
|
|
73789
|
+
* [CreateVulDefenceHostExportJob](https://cloud.tencent.com/document/api/1285/81633)
|
|
73790
|
+
* [CreateVulExportJob](https://cloud.tencent.com/document/api/1285/81632)
|
|
73791
|
+
* [CreateVulImageExportJob](https://cloud.tencent.com/document/api/1285/81659)
|
|
73792
|
+
* [CreateVulScanTask](https://cloud.tencent.com/document/api/1285/81658)
|
|
73793
|
+
* [CreateWebVulExportJob](https://cloud.tencent.com/document/api/1285/81657)
|
|
73794
|
+
* [DeleteEscapeWhiteList](https://cloud.tencent.com/document/api/1285/81656)
|
|
73795
|
+
* [DeleteIgnoreVul](https://cloud.tencent.com/document/api/1285/81631)
|
|
73796
|
+
* [DeleteMachine](https://cloud.tencent.com/document/api/1285/81687)
|
|
73797
|
+
* [DeleteNetworkFirewallPolicyDetail](https://cloud.tencent.com/document/api/1285/81706)
|
|
73798
|
+
* [DeleteReverseShellEvents](https://cloud.tencent.com/document/api/1285/81655)
|
|
73799
|
+
* [DeleteRiskSyscallEvents](https://cloud.tencent.com/document/api/1285/81668)
|
|
73800
|
+
* [DeleteSearchTemplate](https://cloud.tencent.com/document/api/1285/81743)
|
|
73801
|
+
* [DescribeABTestConfig](https://cloud.tencent.com/document/api/1285/81686)
|
|
73802
|
+
* [DescribeAbnormalProcessEventTendency](https://cloud.tencent.com/document/api/1285/81654)
|
|
73803
|
+
* [DescribeAbnormalProcessLevelSummary](https://cloud.tencent.com/document/api/1285/81653)
|
|
73804
|
+
* [DescribeAgentDaemonSetCmd](https://cloud.tencent.com/document/api/1285/81685)
|
|
73805
|
+
* [DescribeAgentInstallCommand](https://cloud.tencent.com/document/api/1285/81684)
|
|
73806
|
+
* [DescribeAssetSyncLastTime](https://cloud.tencent.com/document/api/1285/81683)
|
|
73807
|
+
* [DescribeAutoAuthorizedRuleHost](https://cloud.tencent.com/document/api/1285/81630)
|
|
73808
|
+
* [DescribeESAggregations](https://cloud.tencent.com/document/api/1285/81742)
|
|
73809
|
+
* [DescribeESHits](https://cloud.tencent.com/document/api/1285/81741)
|
|
73810
|
+
* [DescribeEmergencyVulList](https://cloud.tencent.com/document/api/1285/81652)
|
|
73811
|
+
* [DescribeEscapeEventTendency](https://cloud.tencent.com/document/api/1285/81651)
|
|
73812
|
+
* [DescribeEscapeEventTypeSummary](https://cloud.tencent.com/document/api/1285/81650)
|
|
73813
|
+
* [DescribeEscapeWhiteList](https://cloud.tencent.com/document/api/1285/81649)
|
|
73814
|
+
* [DescribeImageAutoAuthorizedLogList](https://cloud.tencent.com/document/api/1285/81629)
|
|
73815
|
+
* [DescribeImageAutoAuthorizedRule](https://cloud.tencent.com/document/api/1285/81628)
|
|
73816
|
+
* [DescribeImageAutoAuthorizedTaskList](https://cloud.tencent.com/document/api/1285/81627)
|
|
73817
|
+
* [DescribeImageComponentList](https://cloud.tencent.com/document/api/1285/81626)
|
|
73818
|
+
* [DescribeIndexList](https://cloud.tencent.com/document/api/1285/81740)
|
|
73819
|
+
* [DescribeInspectionReport](https://cloud.tencent.com/document/api/1285/81682)
|
|
73820
|
+
* [DescribeLogStorageStatistic](https://cloud.tencent.com/document/api/1285/81739)
|
|
73821
|
+
* [DescribeNetworkFirewallAuditRecord](https://cloud.tencent.com/document/api/1285/81705)
|
|
73822
|
+
* [DescribeNetworkFirewallClusterList](https://cloud.tencent.com/document/api/1285/81704)
|
|
73823
|
+
* [DescribeNetworkFirewallClusterRefreshStatus](https://cloud.tencent.com/document/api/1285/81703)
|
|
73824
|
+
* [DescribeNetworkFirewallNamespaceLabelList](https://cloud.tencent.com/document/api/1285/81702)
|
|
73825
|
+
* [DescribeNetworkFirewallNamespaceList](https://cloud.tencent.com/document/api/1285/81701)
|
|
73826
|
+
* [DescribeNetworkFirewallPodLabelsList](https://cloud.tencent.com/document/api/1285/81700)
|
|
73827
|
+
* [DescribeNetworkFirewallPolicyDetail](https://cloud.tencent.com/document/api/1285/81699)
|
|
73828
|
+
* [DescribeNetworkFirewallPolicyDiscover](https://cloud.tencent.com/document/api/1285/81698)
|
|
73829
|
+
* [DescribeNetworkFirewallPolicyList](https://cloud.tencent.com/document/api/1285/81697)
|
|
73830
|
+
* [DescribeNetworkFirewallPolicyStatus](https://cloud.tencent.com/document/api/1285/81696)
|
|
73831
|
+
* [DescribeNetworkFirewallPolicyYamlDetail](https://cloud.tencent.com/document/api/1285/81695)
|
|
73832
|
+
* [DescribeNewestVul](https://cloud.tencent.com/document/api/1285/81625)
|
|
73833
|
+
* [DescribePromotionActivity](https://cloud.tencent.com/document/api/1285/81681)
|
|
73834
|
+
* [DescribePublicKey](https://cloud.tencent.com/document/api/1285/81738)
|
|
73835
|
+
* [DescribeScanIgnoreVulList](https://cloud.tencent.com/document/api/1285/81624)
|
|
73836
|
+
* [DescribeSearchExportList](https://cloud.tencent.com/document/api/1285/81737)
|
|
73837
|
+
* [DescribeSearchLogs](https://cloud.tencent.com/document/api/1285/81736)
|
|
73838
|
+
* [DescribeSearchTemplates](https://cloud.tencent.com/document/api/1285/81735)
|
|
73839
|
+
* [DescribeSecLogAlertMsg](https://cloud.tencent.com/document/api/1285/81734)
|
|
73840
|
+
* [DescribeSecLogCleanSettingInfo](https://cloud.tencent.com/document/api/1285/81733)
|
|
73841
|
+
* [DescribeSecLogDeliveryClsOptions](https://cloud.tencent.com/document/api/1285/81732)
|
|
73842
|
+
* [DescribeSecLogDeliveryClsSetting](https://cloud.tencent.com/document/api/1285/81731)
|
|
73843
|
+
* [DescribeSecLogDeliveryKafkaOptions](https://cloud.tencent.com/document/api/1285/81730)
|
|
73844
|
+
* [DescribeSecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81729)
|
|
73845
|
+
* [DescribeSecLogJoinObjectList](https://cloud.tencent.com/document/api/1285/81728)
|
|
73846
|
+
* [DescribeSecLogJoinTypeList](https://cloud.tencent.com/document/api/1285/81727)
|
|
73847
|
+
* [DescribeSecLogKafkaUIN](https://cloud.tencent.com/document/api/1285/81726)
|
|
73848
|
+
* [DescribeSecLogVasInfo](https://cloud.tencent.com/document/api/1285/81725)
|
|
73849
|
+
* [DescribeSupportDefenceVul](https://cloud.tencent.com/document/api/1285/81648)
|
|
73850
|
+
* [DescribeSystemVulList](https://cloud.tencent.com/document/api/1285/81623)
|
|
73851
|
+
* [DescribeTcssSummary](https://cloud.tencent.com/document/api/1285/81680)
|
|
73852
|
+
* [DescribeUnauthorizedCoresTendency](https://cloud.tencent.com/document/api/1285/81679)
|
|
73853
|
+
* [DescribeVirusAutoIsolateSampleDetail](https://cloud.tencent.com/document/api/1285/81677)
|
|
73854
|
+
* [DescribeVirusAutoIsolateSampleDownloadURL](https://cloud.tencent.com/document/api/1285/81676)
|
|
73855
|
+
* [DescribeVirusAutoIsolateSampleList](https://cloud.tencent.com/document/api/1285/81675)
|
|
73856
|
+
* [DescribeVirusAutoIsolateSetting](https://cloud.tencent.com/document/api/1285/81674)
|
|
73857
|
+
* [DescribeVirusEventTendency](https://cloud.tencent.com/document/api/1285/81673)
|
|
73858
|
+
* [DescribeVirusManualScanEstimateTimeout](https://cloud.tencent.com/document/api/1285/81672)
|
|
73859
|
+
* [DescribeVirusSampleDownloadUrl](https://cloud.tencent.com/document/api/1285/81671)
|
|
73860
|
+
* [DescribeVulContainerList](https://cloud.tencent.com/document/api/1285/81647)
|
|
73861
|
+
* [DescribeVulDefenceEvent](https://cloud.tencent.com/document/api/1285/81622)
|
|
73862
|
+
* [DescribeVulDefenceEventDetail](https://cloud.tencent.com/document/api/1285/81621)
|
|
73863
|
+
* [DescribeVulDefenceEventTendency](https://cloud.tencent.com/document/api/1285/81620)
|
|
73864
|
+
* [DescribeVulDefenceHost](https://cloud.tencent.com/document/api/1285/81619)
|
|
73865
|
+
* [DescribeVulDefencePlugin](https://cloud.tencent.com/document/api/1285/81618)
|
|
73866
|
+
* [DescribeVulDefenceSetting](https://cloud.tencent.com/document/api/1285/81617)
|
|
73867
|
+
* [DescribeVulDetail](https://cloud.tencent.com/document/api/1285/81646)
|
|
73868
|
+
* [DescribeVulIgnoreLocalImageList](https://cloud.tencent.com/document/api/1285/81616)
|
|
73869
|
+
* [DescribeVulIgnoreRegistryImageList](https://cloud.tencent.com/document/api/1285/81615)
|
|
73870
|
+
* [DescribeVulImageList](https://cloud.tencent.com/document/api/1285/81645)
|
|
73871
|
+
* [DescribeVulImageSummary](https://cloud.tencent.com/document/api/1285/81614)
|
|
73872
|
+
* [DescribeVulLevelImageSummary](https://cloud.tencent.com/document/api/1285/81613)
|
|
73873
|
+
* [DescribeVulLevelSummary](https://cloud.tencent.com/document/api/1285/81612)
|
|
73874
|
+
* [DescribeVulScanAuthorizedImageSummary](https://cloud.tencent.com/document/api/1285/81611)
|
|
73875
|
+
* [DescribeVulScanInfo](https://cloud.tencent.com/document/api/1285/81644)
|
|
73876
|
+
* [DescribeVulScanLocalImageList](https://cloud.tencent.com/document/api/1285/81643)
|
|
73877
|
+
* [DescribeVulSummary](https://cloud.tencent.com/document/api/1285/81610)
|
|
73878
|
+
* [DescribeVulTendency](https://cloud.tencent.com/document/api/1285/81609)
|
|
73879
|
+
* [DescribeVulTopRanking](https://cloud.tencent.com/document/api/1285/81608)
|
|
73880
|
+
* [DescribeWebVulList](https://cloud.tencent.com/document/api/1285/81642)
|
|
73881
|
+
* [ModifyContainerNetStatus](https://cloud.tencent.com/document/api/1285/81678)
|
|
73882
|
+
* [ModifyEscapeWhiteList](https://cloud.tencent.com/document/api/1285/81641)
|
|
73883
|
+
* [ModifyImageAuthorized](https://cloud.tencent.com/document/api/1285/81607)
|
|
73884
|
+
* [ModifySecLogCleanSettingInfo](https://cloud.tencent.com/document/api/1285/81724)
|
|
73885
|
+
* [ModifySecLogDeliveryClsSetting](https://cloud.tencent.com/document/api/1285/81723)
|
|
73886
|
+
* [ModifySecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81722)
|
|
73887
|
+
* [ModifySecLogJoinObjects](https://cloud.tencent.com/document/api/1285/81721)
|
|
73888
|
+
* [ModifySecLogJoinState](https://cloud.tencent.com/document/api/1285/81720)
|
|
73889
|
+
* [ModifySecLogKafkaUIN](https://cloud.tencent.com/document/api/1285/81719)
|
|
73890
|
+
* [ModifyVirusAutoIsolateExampleSwitch](https://cloud.tencent.com/document/api/1285/81670)
|
|
73891
|
+
* [ModifyVirusAutoIsolateSetting](https://cloud.tencent.com/document/api/1285/81669)
|
|
73892
|
+
* [ModifyVulDefenceEventStatus](https://cloud.tencent.com/document/api/1285/81606)
|
|
73893
|
+
* [ModifyVulDefenceSetting](https://cloud.tencent.com/document/api/1285/81605)
|
|
73894
|
+
* [OpenTcssTrial](https://cloud.tencent.com/document/api/1285/81640)
|
|
73895
|
+
* [ResetSecLogTopicConfig](https://cloud.tencent.com/document/api/1285/81718)
|
|
73896
|
+
* [StopVulScanTask](https://cloud.tencent.com/document/api/1285/81639)
|
|
73897
|
+
* [SwitchImageAutoAuthorizedRule](https://cloud.tencent.com/document/api/1285/81604)
|
|
73898
|
+
* [UpdateAndPublishNetworkFirewallPolicyDetail](https://cloud.tencent.com/document/api/1285/81694)
|
|
73899
|
+
* [UpdateAndPublishNetworkFirewallPolicyYamlDetail](https://cloud.tencent.com/document/api/1285/81693)
|
|
73900
|
+
* [UpdateNetworkFirewallPolicyDetail](https://cloud.tencent.com/document/api/1285/81692)
|
|
73901
|
+
* [UpdateNetworkFirewallPolicyYamlDetail](https://cloud.tencent.com/document/api/1285/81691)
|
|
73902
|
+
|
|
73903
|
+
新增数据结构:
|
|
73904
|
+
|
|
73905
|
+
* [ABTestConfig](https://cloud.tencent.com/document/api/1285/65614#ABTestConfig)
|
|
73906
|
+
* [AbnormalProcessEventTendencyInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventTendencyInfo)
|
|
73907
|
+
* [AutoAuthorizedImageInfo](https://cloud.tencent.com/document/api/1285/65614#AutoAuthorizedImageInfo)
|
|
73908
|
+
* [AutoAuthorizedRuleHostInfo](https://cloud.tencent.com/document/api/1285/65614#AutoAuthorizedRuleHostInfo)
|
|
73909
|
+
* [CKafkaInstanceInfo](https://cloud.tencent.com/document/api/1285/65614#CKafkaInstanceInfo)
|
|
73910
|
+
* [CKafkaTopicInfo](https://cloud.tencent.com/document/api/1285/65614#CKafkaTopicInfo)
|
|
73911
|
+
* [CkafkaRouteInfo](https://cloud.tencent.com/document/api/1285/65614#CkafkaRouteInfo)
|
|
73912
|
+
* [ClsLogsetInfo](https://cloud.tencent.com/document/api/1285/65614#ClsLogsetInfo)
|
|
73913
|
+
* [ClsTopicInfo](https://cloud.tencent.com/document/api/1285/65614#ClsTopicInfo)
|
|
73914
|
+
* [EmergencyVulInfo](https://cloud.tencent.com/document/api/1285/65614#EmergencyVulInfo)
|
|
73915
|
+
* [EscapeEventTendencyInfo](https://cloud.tencent.com/document/api/1285/65614#EscapeEventTendencyInfo)
|
|
73916
|
+
* [EscapeWhiteListInfo](https://cloud.tencent.com/document/api/1285/65614#EscapeWhiteListInfo)
|
|
73917
|
+
* [ImageAutoAuthorizedTask](https://cloud.tencent.com/document/api/1285/65614#ImageAutoAuthorizedTask)
|
|
73918
|
+
* [ImageComponent](https://cloud.tencent.com/document/api/1285/65614#ImageComponent)
|
|
73919
|
+
* [ModifyIgnoreVul](https://cloud.tencent.com/document/api/1285/65614#ModifyIgnoreVul)
|
|
73920
|
+
* [NetworkAuditRecord](https://cloud.tencent.com/document/api/1285/65614#NetworkAuditRecord)
|
|
73921
|
+
* [NetworkClusterInfoItem](https://cloud.tencent.com/document/api/1285/65614#NetworkClusterInfoItem)
|
|
73922
|
+
* [NetworkClusterNamespaceInfo](https://cloud.tencent.com/document/api/1285/65614#NetworkClusterNamespaceInfo)
|
|
73923
|
+
* [NetworkClusterNamespaceLabelInfo](https://cloud.tencent.com/document/api/1285/65614#NetworkClusterNamespaceLabelInfo)
|
|
73924
|
+
* [NetworkClusterPodInfo](https://cloud.tencent.com/document/api/1285/65614#NetworkClusterPodInfo)
|
|
73925
|
+
* [NetworkCustomPolicy](https://cloud.tencent.com/document/api/1285/65614#NetworkCustomPolicy)
|
|
73926
|
+
* [NetworkPeer](https://cloud.tencent.com/document/api/1285/65614#NetworkPeer)
|
|
73927
|
+
* [NetworkPolicyInfoItem](https://cloud.tencent.com/document/api/1285/65614#NetworkPolicyInfoItem)
|
|
73928
|
+
* [NetworkPorts](https://cloud.tencent.com/document/api/1285/65614#NetworkPorts)
|
|
73929
|
+
* [PromotionActivityContent](https://cloud.tencent.com/document/api/1285/65614#PromotionActivityContent)
|
|
73930
|
+
* [RegionInfo](https://cloud.tencent.com/document/api/1285/65614#RegionInfo)
|
|
73931
|
+
* [ScanIgnoreVul](https://cloud.tencent.com/document/api/1285/65614#ScanIgnoreVul)
|
|
73932
|
+
* [SearchTemplate](https://cloud.tencent.com/document/api/1285/65614#SearchTemplate)
|
|
73933
|
+
* [SecLogAlertMsgInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogAlertMsgInfo)
|
|
73934
|
+
* [SecLogDeliveryClsSettingInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogDeliveryClsSettingInfo)
|
|
73935
|
+
* [SecLogDeliveryKafkaSettingInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogDeliveryKafkaSettingInfo)
|
|
73936
|
+
* [SecLogJoinInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogJoinInfo)
|
|
73937
|
+
* [SecLogJoinObjectInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogJoinObjectInfo)
|
|
73938
|
+
* [SupportDefenceVul](https://cloud.tencent.com/document/api/1285/65614#SupportDefenceVul)
|
|
73939
|
+
* [UnauthorizedCoresTendency](https://cloud.tencent.com/document/api/1285/65614#UnauthorizedCoresTendency)
|
|
73940
|
+
* [VirusAutoIsolateSampleInfo](https://cloud.tencent.com/document/api/1285/65614#VirusAutoIsolateSampleInfo)
|
|
73941
|
+
* [VirusTendencyInfo](https://cloud.tencent.com/document/api/1285/65614#VirusTendencyInfo)
|
|
73942
|
+
* [VulAffectedComponentInfo](https://cloud.tencent.com/document/api/1285/65614#VulAffectedComponentInfo)
|
|
73943
|
+
* [VulAffectedContainerInfo](https://cloud.tencent.com/document/api/1285/65614#VulAffectedContainerInfo)
|
|
73944
|
+
* [VulAffectedImageComponentInfo](https://cloud.tencent.com/document/api/1285/65614#VulAffectedImageComponentInfo)
|
|
73945
|
+
* [VulAffectedImageInfo](https://cloud.tencent.com/document/api/1285/65614#VulAffectedImageInfo)
|
|
73946
|
+
* [VulDefenceEvent](https://cloud.tencent.com/document/api/1285/65614#VulDefenceEvent)
|
|
73947
|
+
* [VulDefenceEventDetail](https://cloud.tencent.com/document/api/1285/65614#VulDefenceEventDetail)
|
|
73948
|
+
* [VulDefenceEventTendency](https://cloud.tencent.com/document/api/1285/65614#VulDefenceEventTendency)
|
|
73949
|
+
* [VulDefenceHost](https://cloud.tencent.com/document/api/1285/65614#VulDefenceHost)
|
|
73950
|
+
* [VulDefencePlugin](https://cloud.tencent.com/document/api/1285/65614#VulDefencePlugin)
|
|
73951
|
+
* [VulDetailInfo](https://cloud.tencent.com/document/api/1285/65614#VulDetailInfo)
|
|
73952
|
+
* [VulIgnoreLocalImage](https://cloud.tencent.com/document/api/1285/65614#VulIgnoreLocalImage)
|
|
73953
|
+
* [VulIgnoreRegistryImage](https://cloud.tencent.com/document/api/1285/65614#VulIgnoreRegistryImage)
|
|
73954
|
+
* [VulInfo](https://cloud.tencent.com/document/api/1285/65614#VulInfo)
|
|
73955
|
+
* [VulScanImageInfo](https://cloud.tencent.com/document/api/1285/65614#VulScanImageInfo)
|
|
73956
|
+
* [VulTendencyInfo](https://cloud.tencent.com/document/api/1285/65614#VulTendencyInfo)
|
|
73957
|
+
* [VulTopRankingInfo](https://cloud.tencent.com/document/api/1285/65614#VulTopRankingInfo)
|
|
73958
|
+
|
|
73138
73959
|
### 第 26 次发布
|
|
73139
73960
|
|
|
73140
73961
|
发布时间:2022-09-08 06:41:25
|
|
@@ -74055,6 +74876,21 @@
|
|
|
74055
74876
|
|
|
74056
74877
|
## TDSQL-C PostgreSQL 版(tdcpg) 版本:2021-11-18
|
|
74057
74878
|
|
|
74879
|
+
### 第 4 次发布
|
|
74880
|
+
|
|
74881
|
+
发布时间:2022-10-21 06:47:14
|
|
74882
|
+
|
|
74883
|
+
本次发布包含了以下内容:
|
|
74884
|
+
|
|
74885
|
+
改善已有的文档。
|
|
74886
|
+
|
|
74887
|
+
修改接口:
|
|
74888
|
+
|
|
74889
|
+
* [CloneClusterToPointInTime](https://cloud.tencent.com/document/api/1556/70694)
|
|
74890
|
+
|
|
74891
|
+
* 新增入参:StoragePayMode, Storage
|
|
74892
|
+
|
|
74893
|
+
|
|
74058
74894
|
### 第 3 次发布
|
|
74059
74895
|
|
|
74060
74896
|
发布时间:2022-10-14 06:51:40
|
|
@@ -75378,6 +76214,76 @@
|
|
|
75378
76214
|
|
|
75379
76215
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
75380
76216
|
|
|
76217
|
+
### 第 32 次发布
|
|
76218
|
+
|
|
76219
|
+
发布时间:2022-10-25 07:01:06
|
|
76220
|
+
|
|
76221
|
+
本次发布包含了以下内容:
|
|
76222
|
+
|
|
76223
|
+
改善已有的文档。
|
|
76224
|
+
|
|
76225
|
+
修改接口:
|
|
76226
|
+
|
|
76227
|
+
* [CreateApplication](https://cloud.tencent.com/document/api/1371/60162)
|
|
76228
|
+
|
|
76229
|
+
* 新增入参:Tags
|
|
76230
|
+
|
|
76231
|
+
* [CreateEnvironment](https://cloud.tencent.com/document/api/1371/60150)
|
|
76232
|
+
|
|
76233
|
+
* 新增入参:Tags
|
|
76234
|
+
|
|
76235
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1371/78169)
|
|
76236
|
+
|
|
76237
|
+
* 新增入参:Filters
|
|
76238
|
+
|
|
76239
|
+
* [DescribeEnvironments](https://cloud.tencent.com/document/api/1371/60149)
|
|
76240
|
+
|
|
76241
|
+
* 新增入参:Filters
|
|
76242
|
+
|
|
76243
|
+
* [ModifyApplicationReplicas](https://cloud.tencent.com/document/api/1371/65772)
|
|
76244
|
+
|
|
76245
|
+
* 新增出参:Result
|
|
76246
|
+
|
|
76247
|
+
|
|
76248
|
+
新增数据结构:
|
|
76249
|
+
|
|
76250
|
+
* [QueryFilter](https://cloud.tencent.com/document/api/1371/60171#QueryFilter)
|
|
76251
|
+
|
|
76252
|
+
修改数据结构:
|
|
76253
|
+
|
|
76254
|
+
* [DeployServicePodDetail](https://cloud.tencent.com/document/api/1371/60171#DeployServicePodDetail)
|
|
76255
|
+
|
|
76256
|
+
* 新增成员:Status
|
|
76257
|
+
|
|
76258
|
+
* [NamespaceInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceInfo)
|
|
76259
|
+
|
|
76260
|
+
* 新增成员:Tags
|
|
76261
|
+
|
|
76262
|
+
* [RunVersionPod](https://cloud.tencent.com/document/api/1371/60171#RunVersionPod)
|
|
76263
|
+
|
|
76264
|
+
* 新增成员:NodeInfo, StartTime, Unhealthy, UnhealthyWarningMsg, VersionId, ApplicationName
|
|
76265
|
+
|
|
76266
|
+
* [ServicePage](https://cloud.tencent.com/document/api/1371/60171#ServicePage)
|
|
76267
|
+
|
|
76268
|
+
* 新增成员:Current
|
|
76269
|
+
|
|
76270
|
+
* [ServiceVersionBrief](https://cloud.tencent.com/document/api/1371/60171#ServiceVersionBrief)
|
|
76271
|
+
|
|
76272
|
+
* 新增成员:BatchDeployStatus, Zones, NodeInfos, PodList, WorkloadInfo, CreateDate
|
|
76273
|
+
|
|
76274
|
+
* [TemService](https://cloud.tencent.com/document/api/1371/60171#TemService)
|
|
76275
|
+
|
|
76276
|
+
* 新增成员:Tags
|
|
76277
|
+
|
|
76278
|
+
* [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
|
|
76279
|
+
|
|
76280
|
+
* 新增成员:AppId, SubAccountUin, Uin, Region, GroupId, EnableRegistry, AutoscalerList, Modifier, Creator, DeployStrategyConf, PodList, ConfEdited, Tags
|
|
76281
|
+
|
|
76282
|
+
* [WorkloadInfo](https://cloud.tencent.com/document/api/1371/60171#WorkloadInfo)
|
|
76283
|
+
|
|
76284
|
+
* 新增成员:VersionName, ReadyReplicas, Replicas, UpdatedReplicas, UpdatedReadyReplicas, UpdateRevision, CurrentRevision
|
|
76285
|
+
|
|
76286
|
+
|
|
75381
76287
|
### 第 31 次发布
|
|
75382
76288
|
|
|
75383
76289
|
发布时间:2022-09-28 06:54:52
|
|
@@ -76880,6 +77786,68 @@
|
|
|
76880
77786
|
|
|
76881
77787
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
76882
77788
|
|
|
77789
|
+
### 第 7 次发布
|
|
77790
|
+
|
|
77791
|
+
发布时间:2022-10-25 07:02:19
|
|
77792
|
+
|
|
77793
|
+
本次发布包含了以下内容:
|
|
77794
|
+
|
|
77795
|
+
改善已有的文档。
|
|
77796
|
+
|
|
77797
|
+
修改数据结构:
|
|
77798
|
+
|
|
77799
|
+
* [AliasDomain](https://cloud.tencent.com/document/api/1552/80721#AliasDomain)
|
|
77800
|
+
|
|
77801
|
+
* 新增成员:ForbidMode, TargetForbid
|
|
77802
|
+
|
|
77803
|
+
* [Https](https://cloud.tencent.com/document/api/1552/80721#Https)
|
|
77804
|
+
|
|
77805
|
+
* 新增成员:ApplyType
|
|
77806
|
+
|
|
77807
|
+
* [ServerCertInfo](https://cloud.tencent.com/document/api/1552/80721#ServerCertInfo)
|
|
77808
|
+
|
|
77809
|
+
* 新增成员:CommonName
|
|
77810
|
+
|
|
77811
|
+
|
|
77812
|
+
### 第 6 次发布
|
|
77813
|
+
|
|
77814
|
+
发布时间:2022-10-20 06:52:24
|
|
77815
|
+
|
|
77816
|
+
本次发布包含了以下内容:
|
|
77817
|
+
|
|
77818
|
+
改善已有的文档。
|
|
77819
|
+
|
|
77820
|
+
修改接口:
|
|
77821
|
+
|
|
77822
|
+
* [CreateRule](https://cloud.tencent.com/document/api/1552/80622)
|
|
77823
|
+
|
|
77824
|
+
* 新增入参:Tags
|
|
77825
|
+
|
|
77826
|
+
* [ModifyRule](https://cloud.tencent.com/document/api/1552/80616)
|
|
77827
|
+
|
|
77828
|
+
* 新增入参:Tags
|
|
77829
|
+
|
|
77830
|
+
|
|
77831
|
+
新增数据结构:
|
|
77832
|
+
|
|
77833
|
+
* [SubRule](https://cloud.tencent.com/document/api/1552/80721#SubRule)
|
|
77834
|
+
* [SubRuleItem](https://cloud.tencent.com/document/api/1552/80721#SubRuleItem)
|
|
77835
|
+
|
|
77836
|
+
修改数据结构:
|
|
77837
|
+
|
|
77838
|
+
* [FollowOrigin](https://cloud.tencent.com/document/api/1552/80721#FollowOrigin)
|
|
77839
|
+
|
|
77840
|
+
* 新增成员:DefaultCacheTime, DefaultCache
|
|
77841
|
+
|
|
77842
|
+
* [Rule](https://cloud.tencent.com/document/api/1552/80721#Rule)
|
|
77843
|
+
|
|
77844
|
+
* 新增成员:SubRules
|
|
77845
|
+
|
|
77846
|
+
* [RuleItem](https://cloud.tencent.com/document/api/1552/80721#RuleItem)
|
|
77847
|
+
|
|
77848
|
+
* 新增成员:Tags
|
|
77849
|
+
|
|
77850
|
+
|
|
76883
77851
|
### 第 5 次发布
|
|
76884
77852
|
|
|
76885
77853
|
发布时间:2022-10-11 06:58:18
|
|
@@ -77511,6 +78479,38 @@
|
|
|
77511
78479
|
|
|
77512
78480
|
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
77513
78481
|
|
|
78482
|
+
### 第 4 次发布
|
|
78483
|
+
|
|
78484
|
+
发布时间:2022-10-27 07:00:42
|
|
78485
|
+
|
|
78486
|
+
本次发布包含了以下内容:
|
|
78487
|
+
|
|
78488
|
+
改善已有的文档。
|
|
78489
|
+
|
|
78490
|
+
修改数据结构:
|
|
78491
|
+
|
|
78492
|
+
* [ClusterOverview](https://cloud.tencent.com/document/api/1527/72108#ClusterOverview)
|
|
78493
|
+
|
|
78494
|
+
* 新增成员:VpcId
|
|
78495
|
+
|
|
78496
|
+
|
|
78497
|
+
### 第 3 次发布
|
|
78498
|
+
|
|
78499
|
+
发布时间:2022-10-21 06:49:31
|
|
78500
|
+
|
|
78501
|
+
本次发布包含了以下内容:
|
|
78502
|
+
|
|
78503
|
+
改善已有的文档。
|
|
78504
|
+
|
|
78505
|
+
新增接口:
|
|
78506
|
+
|
|
78507
|
+
* [SetAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/81796)
|
|
78508
|
+
|
|
78509
|
+
新增数据结构:
|
|
78510
|
+
|
|
78511
|
+
* [ExpansionNodeConfig](https://cloud.tencent.com/document/api/1527/72108#ExpansionNodeConfig)
|
|
78512
|
+
* [QueueConfig](https://cloud.tencent.com/document/api/1527/72108#QueueConfig)
|
|
78513
|
+
|
|
77514
78514
|
### 第 2 次发布
|
|
77515
78515
|
|
|
77516
78516
|
发布时间:2022-04-27 10:43:23
|
|
@@ -79599,6 +80599,46 @@
|
|
|
79599
80599
|
|
|
79600
80600
|
## 容器服务(tke) 版本:2018-05-25
|
|
79601
80601
|
|
|
80602
|
+
### 第 127 次发布
|
|
80603
|
+
|
|
80604
|
+
发布时间:2022-10-21 06:50:37
|
|
80605
|
+
|
|
80606
|
+
本次发布包含了以下内容:
|
|
80607
|
+
|
|
80608
|
+
改善已有的文档。
|
|
80609
|
+
|
|
80610
|
+
修改数据结构:
|
|
80611
|
+
|
|
80612
|
+
* [EdgeCluster](https://cloud.tencent.com/document/api/457/31866#EdgeCluster)
|
|
80613
|
+
|
|
80614
|
+
* 新增成员:Level
|
|
80615
|
+
|
|
80616
|
+
* [PrometheusAgentOverview](https://cloud.tencent.com/document/api/457/31866#PrometheusAgentOverview)
|
|
80617
|
+
|
|
80618
|
+
* 新增成员:Region, VpcId, FailedReason
|
|
80619
|
+
|
|
80620
|
+
|
|
80621
|
+
### 第 126 次发布
|
|
80622
|
+
|
|
80623
|
+
发布时间:2022-10-20 06:54:45
|
|
80624
|
+
|
|
80625
|
+
本次发布包含了以下内容:
|
|
80626
|
+
|
|
80627
|
+
改善已有的文档。
|
|
80628
|
+
|
|
80629
|
+
修改接口:
|
|
80630
|
+
|
|
80631
|
+
* [DescribePrometheusInstanceInitStatus](https://cloud.tencent.com/document/api/457/76244)
|
|
80632
|
+
|
|
80633
|
+
* 新增入参:InstanceId
|
|
80634
|
+
|
|
80635
|
+
* 新增出参:Status, Steps, EksClusterId
|
|
80636
|
+
|
|
80637
|
+
* [RunPrometheusInstance](https://cloud.tencent.com/document/api/457/76242)
|
|
80638
|
+
|
|
80639
|
+
* 新增入参:InstanceId, SubnetId
|
|
80640
|
+
|
|
80641
|
+
|
|
79602
80642
|
### 第 125 次发布
|
|
79603
80643
|
|
|
79604
80644
|
发布时间:2022-10-18 06:55:58
|
|
@@ -82717,6 +83757,42 @@
|
|
|
82717
83757
|
|
|
82718
83758
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
82719
83759
|
|
|
83760
|
+
### 第 41 次发布
|
|
83761
|
+
|
|
83762
|
+
发布时间:2022-10-19 15:31:57
|
|
83763
|
+
|
|
83764
|
+
本次发布包含了以下内容:
|
|
83765
|
+
|
|
83766
|
+
改善已有的文档。
|
|
83767
|
+
|
|
83768
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
83769
|
+
|
|
83770
|
+
* StartPublishCdnStream
|
|
83771
|
+
* StopPublishCdnStream
|
|
83772
|
+
* UpdatePublishCdnStream
|
|
83773
|
+
|
|
83774
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
83775
|
+
|
|
83776
|
+
* AgentParams
|
|
83777
|
+
* AudioEncode
|
|
83778
|
+
* MaxVideoUser
|
|
83779
|
+
* McuAudioParams
|
|
83780
|
+
* McuCustomCrop
|
|
83781
|
+
* McuLayout
|
|
83782
|
+
* McuLayoutParams
|
|
83783
|
+
* McuLayoutVolume
|
|
83784
|
+
* McuPassThrough
|
|
83785
|
+
* McuPublishCdnParam
|
|
83786
|
+
* McuSeiParams
|
|
83787
|
+
* McuUserInfoParams
|
|
83788
|
+
* McuVideoParams
|
|
83789
|
+
* McuWaterMarkImage
|
|
83790
|
+
* McuWaterMarkParams
|
|
83791
|
+
* MixUserInfo
|
|
83792
|
+
* SingleSubscribeParams
|
|
83793
|
+
* UserMediaStream
|
|
83794
|
+
* VideoEncode
|
|
83795
|
+
|
|
82720
83796
|
### 第 40 次发布
|
|
82721
83797
|
|
|
82722
83798
|
发布时间:2022-10-17 06:50:00
|
|
@@ -83474,6 +84550,32 @@
|
|
|
83474
84550
|
|
|
83475
84551
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
83476
84552
|
|
|
84553
|
+
### 第 29 次发布
|
|
84554
|
+
|
|
84555
|
+
发布时间:2022-10-25 07:07:46
|
|
84556
|
+
|
|
84557
|
+
本次发布包含了以下内容:
|
|
84558
|
+
|
|
84559
|
+
改善已有的文档。
|
|
84560
|
+
|
|
84561
|
+
修改接口:
|
|
84562
|
+
|
|
84563
|
+
* [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
|
|
84564
|
+
|
|
84565
|
+
* 新增出参:LimiterAddressInfos
|
|
84566
|
+
|
|
84567
|
+
|
|
84568
|
+
新增数据结构:
|
|
84569
|
+
|
|
84570
|
+
* [PolarisLimiterAddress](https://cloud.tencent.com/document/api/1364/54942#PolarisLimiterAddress)
|
|
84571
|
+
|
|
84572
|
+
修改数据结构:
|
|
84573
|
+
|
|
84574
|
+
* [ServiceGovernanceInfo](https://cloud.tencent.com/document/api/1364/54942#ServiceGovernanceInfo)
|
|
84575
|
+
|
|
84576
|
+
* 新增成员:LimiterVpcInfos
|
|
84577
|
+
|
|
84578
|
+
|
|
83477
84579
|
### 第 28 次发布
|
|
83478
84580
|
|
|
83479
84581
|
发布时间:2022-10-12 07:03:55
|
|
@@ -90034,6 +91136,23 @@
|
|
|
90034
91136
|
|
|
90035
91137
|
## 私有网络(vpc) 版本:2017-03-12
|
|
90036
91138
|
|
|
91139
|
+
### 第 127 次发布
|
|
91140
|
+
|
|
91141
|
+
发布时间:2022-10-27 07:09:19
|
|
91142
|
+
|
|
91143
|
+
本次发布包含了以下内容:
|
|
91144
|
+
|
|
91145
|
+
改善已有的文档。
|
|
91146
|
+
|
|
91147
|
+
修改数据结构:
|
|
91148
|
+
|
|
91149
|
+
* [NetworkInterface](https://cloud.tencent.com/document/api/215/15824#NetworkInterface)
|
|
91150
|
+
|
|
91151
|
+
* 新增成员:ResourceId
|
|
91152
|
+
|
|
91153
|
+
* <font color="#dd0000">**修改成员**:</font>NetworkInterfaceId, NetworkInterfaceName, SubnetId, VpcId, MacAddress, State, PrivateIpAddressSet, Ipv6AddressSet, TagSet, EniType, Business, CdcId, AttachType
|
|
91154
|
+
|
|
91155
|
+
|
|
90037
91156
|
### 第 126 次发布
|
|
90038
91157
|
|
|
90039
91158
|
发布时间:2022-09-29 07:02:19
|
|
@@ -93550,6 +94669,25 @@
|
|
|
93550
94669
|
|
|
93551
94670
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
93552
94671
|
|
|
94672
|
+
### 第 9 次发布
|
|
94673
|
+
|
|
94674
|
+
发布时间:2022-10-20 07:01:15
|
|
94675
|
+
|
|
94676
|
+
本次发布包含了以下内容:
|
|
94677
|
+
|
|
94678
|
+
改善已有的文档。
|
|
94679
|
+
|
|
94680
|
+
新增接口:
|
|
94681
|
+
|
|
94682
|
+
* [CreateOrUpdateResource](https://cloud.tencent.com/document/api/1267/81750)
|
|
94683
|
+
* [DeleteResource](https://cloud.tencent.com/document/api/1267/81749)
|
|
94684
|
+
* [DescribeResourceManagePathTrees](https://cloud.tencent.com/document/api/1267/81748)
|
|
94685
|
+
|
|
94686
|
+
新增数据结构:
|
|
94687
|
+
|
|
94688
|
+
* [ResourcePathTree](https://cloud.tencent.com/document/api/1267/76336#ResourcePathTree)
|
|
94689
|
+
* [UserFileDTO](https://cloud.tencent.com/document/api/1267/76336#UserFileDTO)
|
|
94690
|
+
|
|
93553
94691
|
### 第 8 次发布
|
|
93554
94692
|
|
|
93555
94693
|
发布时间:2022-10-17 06:55:30
|