tencentcloud-sdk-nodejs 4.0.286 → 4.0.290
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 +582 -0
- package/SERVICE_CHANGELOG.md +598 -28
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -0
- package/src/services/ame/v20190916/ame_models.ts +35 -4
- package/src/services/antiddos/v20200309/antiddos_client.ts +327 -68
- package/src/services/antiddos/v20200309/antiddos_models.ts +1378 -240
- package/src/services/asr/v20190614/asr_models.ts +3 -2
- package/src/services/ccc/v20200210/ccc_client.ts +128 -91
- package/src/services/ccc/v20200210/ccc_models.ts +183 -6
- package/src/services/cdb/v20170320/cdb_models.ts +26 -4
- package/src/services/cdn/v20180606/cdn_client.ts +5 -2
- package/src/services/cdn/v20180606/cdn_models.ts +36 -4
- package/src/services/cii/v20210408/cii_client.ts +2 -2
- package/src/services/cii/v20210408/cii_models.ts +19 -6
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +12 -0
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +15 -0
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +15 -2
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +122 -22
- package/src/services/dcdb/v20180411/dcdb_client.ts +13 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +192 -0
- package/src/services/ecdn/v20191012/ecdn_client.ts +8 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
- package/src/services/gaap/v20180529/gaap_models.ts +51 -6
- package/src/services/ic/v20190307/ic_models.ts +1 -1
- package/src/services/iecp/v20210914/iecp_models.ts +6 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +12 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +47 -0
- package/src/services/ivld/v20210903/ivld_models.ts +10 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +21 -4
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +209 -36
- package/src/services/monitor/v20180724/monitor_models.ts +18 -1
- package/src/services/organization/v20210331/organization_models.ts +2 -2
- package/src/services/rum/v20210622/rum_client.ts +585 -47
- package/src/services/rum/v20210622/rum_models.ts +3049 -338
- package/src/services/ssm/v20190923/ssm_models.ts +3 -3
- package/src/services/tcm/v20210413/tcm_models.ts +10 -0
- package/src/services/tcss/v20201101/tcss_models.ts +13 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +66 -6
- package/src/services/tiw/v20190919/tiw_models.ts +6 -6
- package/src/services/vod/v20180717/vod_models.ts +3 -3
- package/src/services/vpc/v20170312/vpc_client.ts +4 -4
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +29 -2
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +103 -19
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +153 -27
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1201 -240
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +47 -35
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +69 -51
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +154 -5
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +22 -4
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +3 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +3 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +32 -4
- package/tencentcloud/services/cii/v20210408/cii_client.d.ts +2 -2
- package/tencentcloud/services/cii/v20210408/cii_client.js +2 -2
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +15 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +5 -1
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +6 -0
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +13 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +104 -21
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +157 -0
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +6 -2
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +6 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +43 -6
- package/tencentcloud/services/ic/v20190307/ic_models.d.ts +1 -1
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +5 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +40 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +8 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +5 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +6 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +179 -33
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +15 -1
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +2 -2
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +198 -13
- package/tencentcloud/services/rum/v20210622/rum_client.js +289 -18
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2593 -328
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +3 -3
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +8 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +11 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +56 -5
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +6 -6
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/test/antiddos.v20200309.test.js +228 -18
- package/test/ccc.v20200210.test.js +66 -36
- package/test/cloudaudit.v20190319.test.js +10 -0
- package/test/dbbrain.v20210527.test.js +10 -0
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/lighthouse.v20200324.test.js +10 -0
- package/test/rum.v20210622.test.js +442 -12
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,31 +1,37 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 93 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-02-
|
|
7
|
+
发布时间:2022-02-17 08:07:01
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [RuleEngine](https://cloud.tencent.com/document/api/228/30987#RuleEngine)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
修改数据结构:
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
20
20
|
|
|
21
|
+
* 新增成员:RuleEngine
|
|
21
22
|
|
|
23
|
+
* [ServerCert](https://cloud.tencent.com/document/api/228/30987#ServerCert)
|
|
22
24
|
|
|
25
|
+
* 新增成员:From
|
|
23
26
|
|
|
24
|
-
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## 智能保险助手(cii) 版本:2021-04-08
|
|
25
31
|
|
|
26
32
|
### 第 10 次发布
|
|
27
33
|
|
|
28
|
-
发布时间:2022-02-
|
|
34
|
+
发布时间:2022-02-17 08:07:32
|
|
29
35
|
|
|
30
36
|
本次发布包含了以下内容:
|
|
31
37
|
|
|
@@ -33,18 +39,22 @@
|
|
|
33
39
|
|
|
34
40
|
修改数据结构:
|
|
35
41
|
|
|
36
|
-
* [
|
|
42
|
+
* [StructureResultObject](https://cloud.tencent.com/document/api/1368/56853#StructureResultObject)
|
|
37
43
|
|
|
38
|
-
* 新增成员:
|
|
44
|
+
* 新增成员:TaskFiles
|
|
39
45
|
|
|
40
46
|
|
|
41
47
|
|
|
42
48
|
|
|
43
|
-
##
|
|
49
|
+
## 智能保险助手(cii) 版本:2020-12-10
|
|
44
50
|
|
|
45
|
-
### 第 31 次发布
|
|
46
51
|
|
|
47
|
-
|
|
52
|
+
|
|
53
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
54
|
+
|
|
55
|
+
### 第 34 次发布
|
|
56
|
+
|
|
57
|
+
发布时间:2022-02-17 08:09:34
|
|
48
58
|
|
|
49
59
|
本次发布包含了以下内容:
|
|
50
60
|
|
|
@@ -52,38 +62,57 @@
|
|
|
52
62
|
|
|
53
63
|
新增接口:
|
|
54
64
|
|
|
55
|
-
* [
|
|
65
|
+
* [DescribeDBSlowLogs](https://cloud.tencent.com/document/api/557/70099)
|
|
56
66
|
|
|
57
67
|
新增数据结构:
|
|
58
68
|
|
|
59
|
-
* [
|
|
69
|
+
* [SlowLogData](https://cloud.tencent.com/document/api/557/16142#SlowLogData)
|
|
60
70
|
|
|
61
71
|
|
|
62
72
|
|
|
63
|
-
##
|
|
73
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
64
74
|
|
|
65
|
-
### 第
|
|
75
|
+
### 第 28 次发布
|
|
66
76
|
|
|
67
|
-
发布时间:2022-02-
|
|
77
|
+
发布时间:2022-02-17 08:10:54
|
|
68
78
|
|
|
69
79
|
本次发布包含了以下内容:
|
|
70
80
|
|
|
71
81
|
改善已有的文档。
|
|
72
82
|
|
|
83
|
+
修改接口:
|
|
84
|
+
|
|
85
|
+
* [CreateRule](https://cloud.tencent.com/document/api/608/36990)
|
|
86
|
+
|
|
87
|
+
* 新增入参:ServerNameIndicationSwitch, ServerNameIndication
|
|
88
|
+
|
|
89
|
+
* [ModifyRuleAttribute](https://cloud.tencent.com/document/api/608/36983)
|
|
90
|
+
|
|
91
|
+
* 新增入参:ServerNameIndicationSwitch, ServerNameIndication
|
|
92
|
+
|
|
93
|
+
|
|
73
94
|
修改数据结构:
|
|
74
95
|
|
|
75
|
-
* [
|
|
96
|
+
* [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
|
|
76
97
|
|
|
77
|
-
* 新增成员:
|
|
98
|
+
* 新增成员:InBanBlacklist
|
|
78
99
|
|
|
100
|
+
* [RealServer](https://cloud.tencent.com/document/api/608/37023#RealServer)
|
|
79
101
|
|
|
102
|
+
* 新增成员:InBanBlacklist
|
|
80
103
|
|
|
104
|
+
* [RuleInfo](https://cloud.tencent.com/document/api/608/37023#RuleInfo)
|
|
105
|
+
|
|
106
|
+
* 新增成员:ServerNameIndicationSwitch, ServerNameIndication
|
|
81
107
|
|
|
82
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
83
108
|
|
|
84
|
-
### 第 89 次发布
|
|
85
109
|
|
|
86
|
-
|
|
110
|
+
|
|
111
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
112
|
+
|
|
113
|
+
### 第 38 次发布
|
|
114
|
+
|
|
115
|
+
发布时间:2022-02-17 08:13:29
|
|
87
116
|
|
|
88
117
|
本次发布包含了以下内容:
|
|
89
118
|
|
|
@@ -91,9 +120,68 @@
|
|
|
91
120
|
|
|
92
121
|
修改接口:
|
|
93
122
|
|
|
94
|
-
* [
|
|
123
|
+
* [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
|
|
95
124
|
|
|
96
|
-
* 新增入参:
|
|
125
|
+
* 新增入参:NeedCorrespondence
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
修改数据结构:
|
|
129
|
+
|
|
130
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
131
|
+
|
|
132
|
+
* 新增成员:FilterDimensionsParam
|
|
133
|
+
|
|
134
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
135
|
+
|
|
136
|
+
* 新增成员:PhoneCallType
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
142
|
+
|
|
143
|
+
### 第 29 次发布
|
|
144
|
+
|
|
145
|
+
发布时间:2022-02-17 08:16:33
|
|
146
|
+
|
|
147
|
+
本次发布包含了以下内容:
|
|
148
|
+
|
|
149
|
+
改善已有的文档。
|
|
150
|
+
|
|
151
|
+
修改接口:
|
|
152
|
+
|
|
153
|
+
* [CreateCmqQueue](https://cloud.tencent.com/document/api/1179/55917)
|
|
154
|
+
|
|
155
|
+
* 新增入参:Tags
|
|
156
|
+
|
|
157
|
+
* [CreateCmqTopic](https://cloud.tencent.com/document/api/1179/55915)
|
|
158
|
+
|
|
159
|
+
* 新增入参:Tags
|
|
160
|
+
|
|
161
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/1179/46088)
|
|
162
|
+
|
|
163
|
+
* 新增入参:PulsarTopicType
|
|
164
|
+
|
|
165
|
+
* <font color="#dd0000">**修改入参**:</font>TopicType
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
修改数据结构:
|
|
169
|
+
|
|
170
|
+
* [Cluster](https://cloud.tencent.com/document/api/1179/46089#Cluster)
|
|
171
|
+
|
|
172
|
+
* 新增成员:PayMode
|
|
173
|
+
|
|
174
|
+
* [Consumer](https://cloud.tencent.com/document/api/1179/46089#Consumer)
|
|
175
|
+
|
|
176
|
+
* 新增成员:Partition
|
|
177
|
+
|
|
178
|
+
* [Subscription](https://cloud.tencent.com/document/api/1179/46089#Subscription)
|
|
179
|
+
|
|
180
|
+
* 新增成员:SubType, BlockedSubscriptionOnUnackedMsgs, MaxUnackedMsgNum
|
|
181
|
+
|
|
182
|
+
* [Topic](https://cloud.tencent.com/document/api/1179/46089#Topic)
|
|
183
|
+
|
|
184
|
+
* 新增成员:PulsarTopicType
|
|
97
185
|
|
|
98
186
|
|
|
99
187
|
|
|
@@ -497,6 +585,40 @@
|
|
|
497
585
|
|
|
498
586
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
499
587
|
|
|
588
|
+
### 第 26 次发布
|
|
589
|
+
|
|
590
|
+
发布时间:2022-02-15 08:02:33
|
|
591
|
+
|
|
592
|
+
本次发布包含了以下内容:
|
|
593
|
+
|
|
594
|
+
改善已有的文档。
|
|
595
|
+
|
|
596
|
+
修改接口:
|
|
597
|
+
|
|
598
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1155/68348)
|
|
599
|
+
|
|
600
|
+
* 新增入参:SetDestroyModeCommandInput
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
新增数据结构:
|
|
604
|
+
|
|
605
|
+
* [SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetDestroyModeCommandInput)
|
|
606
|
+
|
|
607
|
+
### 第 25 次发布
|
|
608
|
+
|
|
609
|
+
发布时间:2022-02-14 08:04:52
|
|
610
|
+
|
|
611
|
+
本次发布包含了以下内容:
|
|
612
|
+
|
|
613
|
+
改善已有的文档。
|
|
614
|
+
|
|
615
|
+
修改接口:
|
|
616
|
+
|
|
617
|
+
* [SearchKTVMusics](https://cloud.tencent.com/document/api/1155/56401)
|
|
618
|
+
|
|
619
|
+
* 新增入参:Sort
|
|
620
|
+
|
|
621
|
+
|
|
500
622
|
### 第 24 次发布
|
|
501
623
|
|
|
502
624
|
发布时间:2022-01-28 08:00:20
|
|
@@ -1182,6 +1304,48 @@
|
|
|
1182
1304
|
|
|
1183
1305
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1184
1306
|
|
|
1307
|
+
### 第 21 次发布
|
|
1308
|
+
|
|
1309
|
+
发布时间:2022-02-14 08:04:59
|
|
1310
|
+
|
|
1311
|
+
本次发布包含了以下内容:
|
|
1312
|
+
|
|
1313
|
+
改善已有的文档。
|
|
1314
|
+
|
|
1315
|
+
新增接口:
|
|
1316
|
+
|
|
1317
|
+
* [CreateCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69188)
|
|
1318
|
+
* [CreateCCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/69187)
|
|
1319
|
+
* [CreateCcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/69178)
|
|
1320
|
+
* [DeleteCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69186)
|
|
1321
|
+
* [DeleteCCRequestLimitPolicy](https://cloud.tencent.com/document/api/1021/69185)
|
|
1322
|
+
* [DeleteCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69177)
|
|
1323
|
+
* [DeleteCcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/69176)
|
|
1324
|
+
* [DeletePortAclConfig](https://cloud.tencent.com/document/api/1021/69175)
|
|
1325
|
+
* [DescribeCCPrecisionPlyList](https://cloud.tencent.com/document/api/1021/69184)
|
|
1326
|
+
* [DescribeCCReqLimitPolicyList](https://cloud.tencent.com/document/api/1021/69183)
|
|
1327
|
+
* [DescribeCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69174)
|
|
1328
|
+
* [DescribeCcGeoIPBlockConfigList](https://cloud.tencent.com/document/api/1021/69173)
|
|
1329
|
+
* [ModifyCCLevelPolicy](https://cloud.tencent.com/document/api/1021/69182)
|
|
1330
|
+
* [ModifyCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69181)
|
|
1331
|
+
* [ModifyCCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/69180)
|
|
1332
|
+
* [ModifyCCThresholdPolicy](https://cloud.tencent.com/document/api/1021/69179)
|
|
1333
|
+
* [ModifyCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69172)
|
|
1334
|
+
* [ModifyDDoSBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69171)
|
|
1335
|
+
* [ModifyDDoSLevel](https://cloud.tencent.com/document/api/1021/69191)
|
|
1336
|
+
* [ModifyDDoSThreshold](https://cloud.tencent.com/document/api/1021/69190)
|
|
1337
|
+
* [ModifyPortAclConfig](https://cloud.tencent.com/document/api/1021/69170)
|
|
1338
|
+
|
|
1339
|
+
新增数据结构:
|
|
1340
|
+
|
|
1341
|
+
* [CCPrecisionPlyRecord](https://cloud.tencent.com/document/api/1021/57582#CCPrecisionPlyRecord)
|
|
1342
|
+
* [CCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/57582#CCPrecisionPolicy)
|
|
1343
|
+
* [CCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/57582#CCReqLimitPolicy)
|
|
1344
|
+
* [CCReqLimitPolicyRecord](https://cloud.tencent.com/document/api/1021/57582#CCReqLimitPolicyRecord)
|
|
1345
|
+
* [CcBlackWhiteIpPolicy](https://cloud.tencent.com/document/api/1021/57582#CcBlackWhiteIpPolicy)
|
|
1346
|
+
* [CcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/57582#CcGeoIPBlockConfig)
|
|
1347
|
+
* [CcGeoIpPolicyNew](https://cloud.tencent.com/document/api/1021/57582#CcGeoIpPolicyNew)
|
|
1348
|
+
|
|
1185
1349
|
### 第 20 次发布
|
|
1186
1350
|
|
|
1187
1351
|
发布时间:2022-01-19 08:04:47
|
|
@@ -8688,6 +8852,31 @@
|
|
|
8688
8852
|
|
|
8689
8853
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
8690
8854
|
|
|
8855
|
+
### 第 21 次发布
|
|
8856
|
+
|
|
8857
|
+
发布时间:2022-02-14 08:06:57
|
|
8858
|
+
|
|
8859
|
+
本次发布包含了以下内容:
|
|
8860
|
+
|
|
8861
|
+
改善已有的文档。
|
|
8862
|
+
|
|
8863
|
+
新增接口:
|
|
8864
|
+
|
|
8865
|
+
* [CreateAutoCalloutTask](https://cloud.tencent.com/document/api/679/69194)
|
|
8866
|
+
* [DescribeAutoCalloutTask](https://cloud.tencent.com/document/api/679/69193)
|
|
8867
|
+
* [StopAutoCalloutTask](https://cloud.tencent.com/document/api/679/69192)
|
|
8868
|
+
|
|
8869
|
+
新增数据结构:
|
|
8870
|
+
|
|
8871
|
+
* [AutoCalloutTaskCalleeInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskCalleeInfo)
|
|
8872
|
+
|
|
8873
|
+
修改数据结构:
|
|
8874
|
+
|
|
8875
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
8876
|
+
|
|
8877
|
+
* 新增成员:AsrUrl
|
|
8878
|
+
|
|
8879
|
+
|
|
8691
8880
|
### 第 20 次发布
|
|
8692
8881
|
|
|
8693
8882
|
发布时间:2022-01-24 08:05:51
|
|
@@ -9074,6 +9263,36 @@
|
|
|
9074
9263
|
|
|
9075
9264
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
9076
9265
|
|
|
9266
|
+
### 第 85 次发布
|
|
9267
|
+
|
|
9268
|
+
发布时间:2022-02-16 08:02:33
|
|
9269
|
+
|
|
9270
|
+
本次发布包含了以下内容:
|
|
9271
|
+
|
|
9272
|
+
改善已有的文档。
|
|
9273
|
+
|
|
9274
|
+
修改数据结构:
|
|
9275
|
+
|
|
9276
|
+
* [ZoneSellConf](https://cloud.tencent.com/document/api/236/15878#ZoneSellConf)
|
|
9277
|
+
|
|
9278
|
+
* 新增成员:ExClusterStatus, ExClusterRemoteRoZone, ExClusterZoneConf
|
|
9279
|
+
|
|
9280
|
+
|
|
9281
|
+
### 第 84 次发布
|
|
9282
|
+
|
|
9283
|
+
发布时间:2022-02-14 08:07:04
|
|
9284
|
+
|
|
9285
|
+
本次发布包含了以下内容:
|
|
9286
|
+
|
|
9287
|
+
改善已有的文档。
|
|
9288
|
+
|
|
9289
|
+
修改接口:
|
|
9290
|
+
|
|
9291
|
+
* [DescribeDefaultParams](https://cloud.tencent.com/document/api/236/32662)
|
|
9292
|
+
|
|
9293
|
+
* 新增入参:TemplateType
|
|
9294
|
+
|
|
9295
|
+
|
|
9077
9296
|
### 第 83 次发布
|
|
9078
9297
|
|
|
9079
9298
|
发布时间:2022-02-11 08:03:05
|
|
@@ -10834,6 +11053,29 @@
|
|
|
10834
11053
|
|
|
10835
11054
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
10836
11055
|
|
|
11056
|
+
### 第 93 次发布
|
|
11057
|
+
|
|
11058
|
+
发布时间:2022-02-17 08:07:01
|
|
11059
|
+
|
|
11060
|
+
本次发布包含了以下内容:
|
|
11061
|
+
|
|
11062
|
+
改善已有的文档。
|
|
11063
|
+
|
|
11064
|
+
新增数据结构:
|
|
11065
|
+
|
|
11066
|
+
* [[RuleEngine](https://cloud.tencent.com/document/api/228/30987#RuleEngine)](https://cloud.tencent.com/document/api/228/30987#[RuleEngine](https://cloud.tencent.com/document/api/228/30987#RuleEngine))
|
|
11067
|
+
|
|
11068
|
+
修改数据结构:
|
|
11069
|
+
|
|
11070
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
11071
|
+
|
|
11072
|
+
* 新增成员:RuleEngine
|
|
11073
|
+
|
|
11074
|
+
* [ServerCert](https://cloud.tencent.com/document/api/228/30987#ServerCert)
|
|
11075
|
+
|
|
11076
|
+
* 新增成员:From
|
|
11077
|
+
|
|
11078
|
+
|
|
10837
11079
|
### 第 92 次发布
|
|
10838
11080
|
|
|
10839
11081
|
发布时间:2022-01-05 08:05:09
|
|
@@ -13814,6 +14056,21 @@
|
|
|
13814
14056
|
|
|
13815
14057
|
## 智能保险助手(cii) 版本:2021-04-08
|
|
13816
14058
|
|
|
14059
|
+
### 第 10 次发布
|
|
14060
|
+
|
|
14061
|
+
发布时间:2022-02-17 08:07:32
|
|
14062
|
+
|
|
14063
|
+
本次发布包含了以下内容:
|
|
14064
|
+
|
|
14065
|
+
改善已有的文档。
|
|
14066
|
+
|
|
14067
|
+
修改数据结构:
|
|
14068
|
+
|
|
14069
|
+
* [StructureResultObject](https://cloud.tencent.com/document/api/1368/56853#StructureResultObject)
|
|
14070
|
+
|
|
14071
|
+
* 新增成员:TaskFiles
|
|
14072
|
+
|
|
14073
|
+
|
|
13817
14074
|
### 第 9 次发布
|
|
13818
14075
|
|
|
13819
14076
|
发布时间:2022-01-20 08:06:41
|
|
@@ -16203,6 +16460,18 @@
|
|
|
16203
16460
|
|
|
16204
16461
|
## 云审计(cloudaudit) 版本:2019-03-19
|
|
16205
16462
|
|
|
16463
|
+
### 第 10 次发布
|
|
16464
|
+
|
|
16465
|
+
发布时间:2022-02-14 08:08:17
|
|
16466
|
+
|
|
16467
|
+
本次发布包含了以下内容:
|
|
16468
|
+
|
|
16469
|
+
改善已有的文档。
|
|
16470
|
+
|
|
16471
|
+
新增接口:
|
|
16472
|
+
|
|
16473
|
+
* [DescribeAuditTracks](https://cloud.tencent.com/document/api/629/69204)
|
|
16474
|
+
|
|
16206
16475
|
### 第 9 次发布
|
|
16207
16476
|
|
|
16208
16477
|
发布时间:2021-11-16 08:07:51
|
|
@@ -23858,6 +24127,22 @@
|
|
|
23858
24127
|
|
|
23859
24128
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
23860
24129
|
|
|
24130
|
+
### 第 7 次发布
|
|
24131
|
+
|
|
24132
|
+
发布时间:2022-02-14 08:09:51
|
|
24133
|
+
|
|
24134
|
+
本次发布包含了以下内容:
|
|
24135
|
+
|
|
24136
|
+
改善已有的文档。
|
|
24137
|
+
|
|
24138
|
+
新增接口:
|
|
24139
|
+
|
|
24140
|
+
* [DescribeProxySessionKillTasks](https://cloud.tencent.com/document/api/1130/69205)
|
|
24141
|
+
|
|
24142
|
+
新增数据结构:
|
|
24143
|
+
|
|
24144
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1130/57812#TaskInfo)
|
|
24145
|
+
|
|
23861
24146
|
### 第 6 次发布
|
|
23862
24147
|
|
|
23863
24148
|
发布时间:2022-01-10 08:09:43
|
|
@@ -24421,6 +24706,22 @@
|
|
|
24421
24706
|
|
|
24422
24707
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
24423
24708
|
|
|
24709
|
+
### 第 34 次发布
|
|
24710
|
+
|
|
24711
|
+
发布时间:2022-02-17 08:09:34
|
|
24712
|
+
|
|
24713
|
+
本次发布包含了以下内容:
|
|
24714
|
+
|
|
24715
|
+
改善已有的文档。
|
|
24716
|
+
|
|
24717
|
+
新增接口:
|
|
24718
|
+
|
|
24719
|
+
* [[DescribeDBSlowLogs](https://cloud.tencent.com/document/api/557/70099)](https://cloud.tencent.com/document/api/#/#)
|
|
24720
|
+
|
|
24721
|
+
新增数据结构:
|
|
24722
|
+
|
|
24723
|
+
* [[SlowLogData](https://cloud.tencent.com/document/api/557/16142#SlowLogData)](https://cloud.tencent.com/document/api/557/16142#[SlowLogData](https://cloud.tencent.com/document/api/557/16142#SlowLogData))
|
|
24724
|
+
|
|
24424
24725
|
### 第 33 次发布
|
|
24425
24726
|
|
|
24426
24727
|
发布时间:2022-01-13 08:32:29
|
|
@@ -31140,6 +31441,40 @@
|
|
|
31140
31441
|
|
|
31141
31442
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
31142
31443
|
|
|
31444
|
+
### 第 28 次发布
|
|
31445
|
+
|
|
31446
|
+
发布时间:2022-02-17 08:10:54
|
|
31447
|
+
|
|
31448
|
+
本次发布包含了以下内容:
|
|
31449
|
+
|
|
31450
|
+
改善已有的文档。
|
|
31451
|
+
|
|
31452
|
+
修改接口:
|
|
31453
|
+
|
|
31454
|
+
* [CreateRule](https://cloud.tencent.com/document/api/608/36990)
|
|
31455
|
+
|
|
31456
|
+
* 新增入参:ServerNameIndicationSwitch, ServerNameIndication
|
|
31457
|
+
|
|
31458
|
+
* [ModifyRuleAttribute](https://cloud.tencent.com/document/api/608/36983)
|
|
31459
|
+
|
|
31460
|
+
* 新增入参:ServerNameIndicationSwitch, ServerNameIndication
|
|
31461
|
+
|
|
31462
|
+
|
|
31463
|
+
修改数据结构:
|
|
31464
|
+
|
|
31465
|
+
* [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
|
|
31466
|
+
|
|
31467
|
+
* 新增成员:InBanBlacklist
|
|
31468
|
+
|
|
31469
|
+
* [RealServer](https://cloud.tencent.com/document/api/608/37023#RealServer)
|
|
31470
|
+
|
|
31471
|
+
* 新增成员:InBanBlacklist
|
|
31472
|
+
|
|
31473
|
+
* [RuleInfo](https://cloud.tencent.com/document/api/608/37023#RuleInfo)
|
|
31474
|
+
|
|
31475
|
+
* 新增成员:ServerNameIndicationSwitch, ServerNameIndication
|
|
31476
|
+
|
|
31477
|
+
|
|
31143
31478
|
### 第 27 次发布
|
|
31144
31479
|
|
|
31145
31480
|
发布时间:2022-01-11 08:09:11
|
|
@@ -34495,6 +34830,21 @@
|
|
|
34495
34830
|
|
|
34496
34831
|
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
34497
34832
|
|
|
34833
|
+
### 第 2 次发布
|
|
34834
|
+
|
|
34835
|
+
发布时间:2022-02-15 08:09:12
|
|
34836
|
+
|
|
34837
|
+
本次发布包含了以下内容:
|
|
34838
|
+
|
|
34839
|
+
改善已有的文档。
|
|
34840
|
+
|
|
34841
|
+
修改数据结构:
|
|
34842
|
+
|
|
34843
|
+
* [ApplicationBasicInfo](https://cloud.tencent.com/document/api/1118/66797#ApplicationBasicInfo)
|
|
34844
|
+
|
|
34845
|
+
* 新增成员:AllowVisualModify
|
|
34846
|
+
|
|
34847
|
+
|
|
34498
34848
|
### 第 1 次发布
|
|
34499
34849
|
|
|
34500
34850
|
发布时间:2021-12-23 14:56:48
|
|
@@ -35787,6 +36137,18 @@
|
|
|
35787
36137
|
|
|
35788
36138
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
35789
36139
|
|
|
36140
|
+
### 第 41 次发布
|
|
36141
|
+
|
|
36142
|
+
发布时间:2022-02-15 08:09:38
|
|
36143
|
+
|
|
36144
|
+
本次发布包含了以下内容:
|
|
36145
|
+
|
|
36146
|
+
改善已有的文档。
|
|
36147
|
+
|
|
36148
|
+
新增接口:
|
|
36149
|
+
|
|
36150
|
+
* [DescribeGatewaySubDeviceList](https://cloud.tencent.com/document/api/1081/69291)
|
|
36151
|
+
|
|
35790
36152
|
### 第 40 次发布
|
|
35791
36153
|
|
|
35792
36154
|
发布时间:2022-01-11 08:10:29
|
|
@@ -38001,6 +38363,21 @@
|
|
|
38001
38363
|
|
|
38002
38364
|
## 视频智能标签(ivld) 版本:2021-09-03
|
|
38003
38365
|
|
|
38366
|
+
### 第 3 次发布
|
|
38367
|
+
|
|
38368
|
+
发布时间:2022-02-16 08:08:24
|
|
38369
|
+
|
|
38370
|
+
本次发布包含了以下内容:
|
|
38371
|
+
|
|
38372
|
+
改善已有的文档。
|
|
38373
|
+
|
|
38374
|
+
修改数据结构:
|
|
38375
|
+
|
|
38376
|
+
* [CustomPersonInfo](https://cloud.tencent.com/document/api/1509/65063#CustomPersonInfo)
|
|
38377
|
+
|
|
38378
|
+
* 新增成员:ImageInfoSet, CreateTime
|
|
38379
|
+
|
|
38380
|
+
|
|
38004
38381
|
### 第 2 次发布
|
|
38005
38382
|
|
|
38006
38383
|
发布时间:2022-01-25 16:20:40
|
|
@@ -38425,6 +38802,26 @@
|
|
|
38425
38802
|
|
|
38426
38803
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
38427
38804
|
|
|
38805
|
+
### 第 25 次发布
|
|
38806
|
+
|
|
38807
|
+
发布时间:2022-02-16 08:08:43
|
|
38808
|
+
|
|
38809
|
+
本次发布包含了以下内容:
|
|
38810
|
+
|
|
38811
|
+
改善已有的文档。
|
|
38812
|
+
|
|
38813
|
+
新增接口:
|
|
38814
|
+
|
|
38815
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
|
|
38816
|
+
|
|
38817
|
+
新增数据结构:
|
|
38818
|
+
|
|
38819
|
+
* [ContainerEnv](https://cloud.tencent.com/document/api/1207/47576#ContainerEnv)
|
|
38820
|
+
* [DockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/47576#DockerContainerConfiguration)
|
|
38821
|
+
* [DockerContainerPublishPort](https://cloud.tencent.com/document/api/1207/47576#DockerContainerPublishPort)
|
|
38822
|
+
* [DockerContainerVolume](https://cloud.tencent.com/document/api/1207/47576#DockerContainerVolume)
|
|
38823
|
+
* [LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)
|
|
38824
|
+
|
|
38428
38825
|
### 第 24 次发布
|
|
38429
38826
|
|
|
38430
38827
|
发布时间:2022-01-11 08:11:43
|
|
@@ -40484,11 +40881,11 @@
|
|
|
40484
40881
|
|
|
40485
40882
|
新增接口:
|
|
40486
40883
|
|
|
40487
|
-
* [
|
|
40884
|
+
* [DescribeDatabaseTable](https://cloud.tencent.com/document/api/237/69130)
|
|
40488
40885
|
|
|
40489
40886
|
新增数据结构:
|
|
40490
40887
|
|
|
40491
|
-
* [
|
|
40888
|
+
* [TableColumn](https://cloud.tencent.com/document/api/237/16191#TableColumn)
|
|
40492
40889
|
|
|
40493
40890
|
### 第 30 次发布
|
|
40494
40891
|
|
|
@@ -41896,6 +42293,32 @@
|
|
|
41896
42293
|
|
|
41897
42294
|
## 云监控(monitor) 版本:2018-07-24
|
|
41898
42295
|
|
|
42296
|
+
### 第 38 次发布
|
|
42297
|
+
|
|
42298
|
+
发布时间:2022-02-17 08:13:29
|
|
42299
|
+
|
|
42300
|
+
本次发布包含了以下内容:
|
|
42301
|
+
|
|
42302
|
+
改善已有的文档。
|
|
42303
|
+
|
|
42304
|
+
修改接口:
|
|
42305
|
+
|
|
42306
|
+
* [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
|
|
42307
|
+
|
|
42308
|
+
* 新增入参:NeedCorrespondence
|
|
42309
|
+
|
|
42310
|
+
|
|
42311
|
+
修改数据结构:
|
|
42312
|
+
|
|
42313
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
42314
|
+
|
|
42315
|
+
* 新增成员:FilterDimensionsParam
|
|
42316
|
+
|
|
42317
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
42318
|
+
|
|
42319
|
+
* 新增成员:PhoneCallType
|
|
42320
|
+
|
|
42321
|
+
|
|
41899
42322
|
### 第 37 次发布
|
|
41900
42323
|
|
|
41901
42324
|
发布时间:2022-01-21 08:14:26
|
|
@@ -48532,6 +48955,72 @@
|
|
|
48532
48955
|
|
|
48533
48956
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
48534
48957
|
|
|
48958
|
+
### 第 11 次发布
|
|
48959
|
+
|
|
48960
|
+
发布时间:2022-02-14 08:15:11
|
|
48961
|
+
|
|
48962
|
+
本次发布包含了以下内容:
|
|
48963
|
+
|
|
48964
|
+
改善已有的文档。
|
|
48965
|
+
|
|
48966
|
+
新增接口:
|
|
48967
|
+
|
|
48968
|
+
* [CreateLogExport](https://cloud.tencent.com/document/api/1464/69248)
|
|
48969
|
+
* [CreateOfflineLogConfig](https://cloud.tencent.com/document/api/1464/69247)
|
|
48970
|
+
* [CreateReleaseFile](https://cloud.tencent.com/document/api/1464/69246)
|
|
48971
|
+
* [CreateStarProject](https://cloud.tencent.com/document/api/1464/69245)
|
|
48972
|
+
* [CreateTawInstance](https://cloud.tencent.com/document/api/1464/69244)
|
|
48973
|
+
* [CreateWhitelist](https://cloud.tencent.com/document/api/1464/69243)
|
|
48974
|
+
* [DeleteInstance](https://cloud.tencent.com/document/api/1464/69242)
|
|
48975
|
+
* [DeleteLogExport](https://cloud.tencent.com/document/api/1464/69241)
|
|
48976
|
+
* [DeleteOfflineLogConfig](https://cloud.tencent.com/document/api/1464/69240)
|
|
48977
|
+
* [DeleteOfflineLogRecord](https://cloud.tencent.com/document/api/1464/69239)
|
|
48978
|
+
* [DeleteProject](https://cloud.tencent.com/document/api/1464/69238)
|
|
48979
|
+
* [DeleteReleaseFile](https://cloud.tencent.com/document/api/1464/69237)
|
|
48980
|
+
* [DeleteStarProject](https://cloud.tencent.com/document/api/1464/69236)
|
|
48981
|
+
* [DeleteWhitelist](https://cloud.tencent.com/document/api/1464/69235)
|
|
48982
|
+
* [DescribeData](https://cloud.tencent.com/document/api/1464/69234)
|
|
48983
|
+
* [DescribeDataCustomUrl](https://cloud.tencent.com/document/api/1464/69233)
|
|
48984
|
+
* [DescribeDataFetchProject](https://cloud.tencent.com/document/api/1464/69232)
|
|
48985
|
+
* [DescribeDataLogUrlInfo](https://cloud.tencent.com/document/api/1464/69231)
|
|
48986
|
+
* [DescribeDataPerformanceProject](https://cloud.tencent.com/document/api/1464/69230)
|
|
48987
|
+
* [DescribeDataPvUrlInfo](https://cloud.tencent.com/document/api/1464/69229)
|
|
48988
|
+
* [DescribeDataReportCount](https://cloud.tencent.com/document/api/1464/69228)
|
|
48989
|
+
* [DescribeDataSetUrlStatistics](https://cloud.tencent.com/document/api/1464/69227)
|
|
48990
|
+
* [DescribeDataStaticProject](https://cloud.tencent.com/document/api/1464/69226)
|
|
48991
|
+
* [DescribeDataStaticResource](https://cloud.tencent.com/document/api/1464/69225)
|
|
48992
|
+
* [DescribeDataStaticUrl](https://cloud.tencent.com/document/api/1464/69224)
|
|
48993
|
+
* [DescribeDataWebVitalsPage](https://cloud.tencent.com/document/api/1464/69223)
|
|
48994
|
+
* [DescribeLogExports](https://cloud.tencent.com/document/api/1464/69222)
|
|
48995
|
+
* [DescribeOfflineLogConfigs](https://cloud.tencent.com/document/api/1464/69221)
|
|
48996
|
+
* [DescribeOfflineLogRecords](https://cloud.tencent.com/document/api/1464/69220)
|
|
48997
|
+
* [DescribeOfflineLogs](https://cloud.tencent.com/document/api/1464/69219)
|
|
48998
|
+
* [DescribeProjectLimits](https://cloud.tencent.com/document/api/1464/69218)
|
|
48999
|
+
* [DescribePvList](https://cloud.tencent.com/document/api/1464/69217)
|
|
49000
|
+
* [DescribeReleaseFileSign](https://cloud.tencent.com/document/api/1464/69216)
|
|
49001
|
+
* [DescribeReleaseFiles](https://cloud.tencent.com/document/api/1464/69215)
|
|
49002
|
+
* [DescribeTawAreas](https://cloud.tencent.com/document/api/1464/69214)
|
|
49003
|
+
* [DescribeTawInstances](https://cloud.tencent.com/document/api/1464/69213)
|
|
49004
|
+
* [DescribeUvList](https://cloud.tencent.com/document/api/1464/69212)
|
|
49005
|
+
* [DescribeWhitelists](https://cloud.tencent.com/document/api/1464/69211)
|
|
49006
|
+
* [ModifyInstance](https://cloud.tencent.com/document/api/1464/69210)
|
|
49007
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/1464/69209)
|
|
49008
|
+
* [ModifyProjectLimit](https://cloud.tencent.com/document/api/1464/69208)
|
|
49009
|
+
* [ResumeInstance](https://cloud.tencent.com/document/api/1464/69207)
|
|
49010
|
+
* [StopInstance](https://cloud.tencent.com/document/api/1464/69206)
|
|
49011
|
+
|
|
49012
|
+
新增数据结构:
|
|
49013
|
+
|
|
49014
|
+
* [LogExport](https://cloud.tencent.com/document/api/1464/61476#LogExport)
|
|
49015
|
+
* [ProjectLimit](https://cloud.tencent.com/document/api/1464/61476#ProjectLimit)
|
|
49016
|
+
* [ReleaseFile](https://cloud.tencent.com/document/api/1464/61476#ReleaseFile)
|
|
49017
|
+
* [RumAreaInfo](https://cloud.tencent.com/document/api/1464/61476#RumAreaInfo)
|
|
49018
|
+
* [RumInstanceInfo](https://cloud.tencent.com/document/api/1464/61476#RumInstanceInfo)
|
|
49019
|
+
* [RumPvInfo](https://cloud.tencent.com/document/api/1464/61476#RumPvInfo)
|
|
49020
|
+
* [RumUvInfo](https://cloud.tencent.com/document/api/1464/61476#RumUvInfo)
|
|
49021
|
+
* [Tag](https://cloud.tencent.com/document/api/1464/61476#Tag)
|
|
49022
|
+
* [Whitelist](https://cloud.tencent.com/document/api/1464/61476#Whitelist)
|
|
49023
|
+
|
|
48535
49024
|
### 第 10 次发布
|
|
48536
49025
|
|
|
48537
49026
|
发布时间:2022-01-18 08:14:02
|
|
@@ -55345,6 +55834,21 @@
|
|
|
55345
55834
|
|
|
55346
55835
|
## 服务网格(tcm) 版本:2021-04-13
|
|
55347
55836
|
|
|
55837
|
+
### 第 4 次发布
|
|
55838
|
+
|
|
55839
|
+
发布时间:2022-02-16 08:11:56
|
|
55840
|
+
|
|
55841
|
+
本次发布包含了以下内容:
|
|
55842
|
+
|
|
55843
|
+
改善已有的文档。
|
|
55844
|
+
|
|
55845
|
+
修改数据结构:
|
|
55846
|
+
|
|
55847
|
+
* [AccessLogConfig](https://cloud.tencent.com/document/api/1261/63843#AccessLogConfig)
|
|
55848
|
+
|
|
55849
|
+
* 新增成员:Encoding, Format
|
|
55850
|
+
|
|
55851
|
+
|
|
55348
55852
|
### 第 3 次发布
|
|
55349
55853
|
|
|
55350
55854
|
发布时间:2022-01-24 08:14:58
|
|
@@ -56183,6 +56687,28 @@
|
|
|
56183
56687
|
|
|
56184
56688
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
56185
56689
|
|
|
56690
|
+
### 第 9 次发布
|
|
56691
|
+
|
|
56692
|
+
发布时间:2022-02-15 08:13:53
|
|
56693
|
+
|
|
56694
|
+
本次发布包含了以下内容:
|
|
56695
|
+
|
|
56696
|
+
改善已有的文档。
|
|
56697
|
+
|
|
56698
|
+
修改接口:
|
|
56699
|
+
|
|
56700
|
+
* [DescribeAssetImageRegistryDetail](https://cloud.tencent.com/document/api/1285/65501)
|
|
56701
|
+
|
|
56702
|
+
* 新增入参:ImageId
|
|
56703
|
+
|
|
56704
|
+
|
|
56705
|
+
修改数据结构:
|
|
56706
|
+
|
|
56707
|
+
* [ComplianceK8SDetailInfo](https://cloud.tencent.com/document/api/1285/65614#ComplianceK8SDetailInfo)
|
|
56708
|
+
|
|
56709
|
+
* 新增成员:ClusterVersion
|
|
56710
|
+
|
|
56711
|
+
|
|
56186
56712
|
### 第 8 次发布
|
|
56187
56713
|
|
|
56188
56714
|
发布时间:2022-01-24 08:15:12
|
|
@@ -56654,6 +57180,50 @@
|
|
|
56654
57180
|
|
|
56655
57181
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
56656
57182
|
|
|
57183
|
+
### 第 29 次发布
|
|
57184
|
+
|
|
57185
|
+
发布时间:2022-02-17 08:16:33
|
|
57186
|
+
|
|
57187
|
+
本次发布包含了以下内容:
|
|
57188
|
+
|
|
57189
|
+
改善已有的文档。
|
|
57190
|
+
|
|
57191
|
+
修改接口:
|
|
57192
|
+
|
|
57193
|
+
* [CreateCmqQueue](https://cloud.tencent.com/document/api/1179/55917)
|
|
57194
|
+
|
|
57195
|
+
* 新增入参:Tags
|
|
57196
|
+
|
|
57197
|
+
* [CreateCmqTopic](https://cloud.tencent.com/document/api/1179/55915)
|
|
57198
|
+
|
|
57199
|
+
* 新增入参:Tags
|
|
57200
|
+
|
|
57201
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/1179/46088)
|
|
57202
|
+
|
|
57203
|
+
* 新增入参:PulsarTopicType
|
|
57204
|
+
|
|
57205
|
+
* <font color="#dd0000">**修改入参**:</font>TopicType
|
|
57206
|
+
|
|
57207
|
+
|
|
57208
|
+
修改数据结构:
|
|
57209
|
+
|
|
57210
|
+
* [Cluster](https://cloud.tencent.com/document/api/1179/46089#Cluster)
|
|
57211
|
+
|
|
57212
|
+
* 新增成员:PayMode
|
|
57213
|
+
|
|
57214
|
+
* [Consumer](https://cloud.tencent.com/document/api/1179/46089#Consumer)
|
|
57215
|
+
|
|
57216
|
+
* 新增成员:Partition
|
|
57217
|
+
|
|
57218
|
+
* [Subscription](https://cloud.tencent.com/document/api/1179/46089#Subscription)
|
|
57219
|
+
|
|
57220
|
+
* 新增成员:SubType, BlockedSubscriptionOnUnackedMsgs, MaxUnackedMsgNum
|
|
57221
|
+
|
|
57222
|
+
* [Topic](https://cloud.tencent.com/document/api/1179/46089#Topic)
|
|
57223
|
+
|
|
57224
|
+
* 新增成员:PulsarTopicType
|
|
57225
|
+
|
|
57226
|
+
|
|
56657
57227
|
### 第 28 次发布
|
|
56658
57228
|
|
|
56659
57229
|
发布时间:2022-01-21 08:17:48
|