tencentcloud-sdk-nodejs 4.0.255 → 4.0.259
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 +939 -28
- package/package.json +1 -1
- package/products.md +42 -42
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +15 -0
- package/src/services/as/v20180419/as_client.ts +15 -1
- package/src/services/as/v20180419/as_models.ts +65 -5
- package/src/services/billing/v20180709/billing_models.ts +5 -5
- package/src/services/cam/v20190116/cam_models.ts +1 -1
- package/src/services/cat/v20180409/cat_client.ts +158 -55
- package/src/services/cat/v20180409/cat_models.ts +1535 -863
- package/src/services/cbs/v20170312/cbs_client.ts +6 -5
- package/src/services/cbs/v20170312/cbs_models.ts +112 -87
- package/src/services/cdn/v20180606/cdn_models.ts +11 -0
- package/src/services/cii/v20210408/cii_models.ts +7 -7
- package/src/services/ckafka/v20190819/ckafka_models.ts +14 -2
- package/src/services/clb/v20180317/clb_client.ts +24 -11
- package/src/services/clb/v20180317/clb_models.ts +155 -64
- package/src/services/cls/v20201016/cls_client.ts +71 -21
- package/src/services/cls/v20201016/cls_models.ts +259 -71
- package/src/services/cme/v20191029/cme_models.ts +10 -10
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +14 -2
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +100 -45
- package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +35 -0
- package/src/services/dlc/v20210125/dlc_client.ts +4 -4
- package/src/services/dlc/v20210125/dlc_models.ts +170 -8
- package/src/services/dnspod/v20210323/dnspod_models.ts +8 -8
- package/src/services/eiam/v20210420/eiam_client.ts +230 -65
- package/src/services/eiam/v20210420/eiam_models.ts +1525 -729
- package/src/services/faceid/v20180301/faceid_client.ts +12 -0
- package/src/services/faceid/v20180301/faceid_models.ts +60 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +436 -57
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +1721 -303
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +202 -38
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +765 -77
- package/src/services/live/v20180801/live_models.ts +12 -1
- package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +30 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +19 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +297 -62
- package/src/services/monitor/v20180724/monitor_client.ts +26 -7
- package/src/services/monitor/v20180724/monitor_models.ts +320 -0
- package/src/services/mrs/v20200910/mrs_models.ts +6 -0
- package/src/services/ocr/v20181119/ocr_models.ts +2 -1
- package/src/services/rum/v20210622/rum_models.ts +24 -4
- package/src/services/scf/v20180416/scf_client.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/sms/v20210111/sms_client.ts +3 -3
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +10 -10
- package/src/services/sts/v20180813/sts_client.ts +13 -0
- package/src/services/sts/v20180813/sts_models.ts +45 -0
- package/src/services/tcb/v20180608/tcb_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +11 -1
- package/src/services/thpc/v20211109/thpc_client.ts +14 -1
- package/src/services/thpc/v20211109/thpc_models.ts +89 -5
- package/src/services/tiia/v20190529/tiia_client.ts +1 -0
- package/src/services/tiia/v20190529/tiia_models.ts +31 -0
- package/src/services/tiw/v20190919/tiw_models.ts +2 -6
- package/src/services/tke/v20180525/tke_models.ts +8 -3
- package/src/services/tse/v20201207/tse_models.ts +5 -0
- package/src/services/vpc/v20170312/vpc_models.ts +68 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +12 -0
- package/tencentcloud/services/as/v20180419/as_client.d.ts +5 -1
- package/tencentcloud/services/as/v20180419/as_client.js +6 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +57 -5
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -5
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +1 -1
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +35 -3
- package/tencentcloud/services/cat/v20180409/cat_client.js +51 -3
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1414 -844
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +95 -74
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +9 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +7 -7
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -2
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -5
- package/tencentcloud/services/clb/v20180317/clb_client.js +11 -5
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +133 -56
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +27 -11
- package/tencentcloud/services/cls/v20201016/cls_client.js +36 -12
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +229 -68
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +8 -9
- 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 +83 -37
- 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 +30 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +4 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +4 -4
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +141 -8
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +8 -8
- package/tencentcloud/services/eiam/v20210420/eiam_client.d.ts +57 -5
- package/tencentcloud/services/eiam/v20210420/eiam_client.js +84 -6
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +1353 -673
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +50 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +139 -15
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +207 -21
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1462 -245
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +66 -14
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +95 -17
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +665 -75
- package/tencentcloud/services/live/v20180801/live_models.d.ts +11 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +26 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +249 -55
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +11 -3
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +13 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +275 -0
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +5 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +20 -4
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +3 -3
- package/tencentcloud/services/sms/v20210111/sms_client.js +3 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +10 -10
- package/tencentcloud/services/sts/v20180813/sts_client.d.ts +6 -1
- package/tencentcloud/services/sts/v20180813/sts_client.js +7 -0
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +38 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +9 -1
- package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20211109/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +76 -5
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +26 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -6
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +7 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +59 -2
- package/test/as.v20180419.test.js +10 -0
- package/test/cat.v20180409.test.js +82 -2
- package/test/clb.v20180317.test.js +12 -2
- package/test/cls.v20201016.test.js +44 -4
- package/test/dbbrain.v20210527.test.js +10 -0
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/eiam.v20210420.test.js +134 -4
- package/test/faceid.v20180301.test.js +10 -0
- package/test/iotvideoindustry.v20201201.test.js +324 -14
- package/test/lighthouse.v20200324.test.js +138 -8
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/monitor.v20180724.test.js +12 -2
- package/test/sts.v20180813.test.js +10 -0
- package/test/thpc.v20211109.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云拨测(cat) 版本:2018-04-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 4 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-12-
|
|
7
|
+
发布时间:2021-12-16 17:16:49
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,23 +12,95 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
|
|
16
|
+
* [DescribeProbeTasks](https://cloud.tencent.com/document/api/280/66212)
|
|
16
17
|
|
|
17
18
|
新增数据结构:
|
|
18
19
|
|
|
19
|
-
* [
|
|
20
|
+
* [ProbeTask](https://cloud.tencent.com/document/api/280/40931#ProbeTask)
|
|
21
|
+
* [ProbeTaskBasicConfiguration](https://cloud.tencent.com/document/api/280/40931#ProbeTaskBasicConfiguration)
|
|
20
22
|
|
|
23
|
+
### 第 3 次发布
|
|
21
24
|
|
|
25
|
+
发布时间:2021-12-16 16:46:02
|
|
22
26
|
|
|
23
|
-
|
|
27
|
+
本次发布包含了以下内容:
|
|
24
28
|
|
|
29
|
+
改善已有的文档。
|
|
25
30
|
|
|
31
|
+
新增接口:
|
|
26
32
|
|
|
27
|
-
|
|
33
|
+
* [DeleteProbeTask](https://cloud.tencent.com/document/api/280/66206)
|
|
34
|
+
* [DescribeDetailedSingleProbeData](https://cloud.tencent.com/document/api/280/66205)
|
|
35
|
+
* [DescribeProbeNodes](https://cloud.tencent.com/document/api/280/66204)
|
|
36
|
+
* [ResumeProbeTask](https://cloud.tencent.com/document/api/280/66203)
|
|
37
|
+
* [SuspendProbeTask](https://cloud.tencent.com/document/api/280/66202)
|
|
38
|
+
* [UpdateProbeTaskConfigurationList](https://cloud.tencent.com/document/api/280/66201)
|
|
28
39
|
|
|
29
|
-
|
|
40
|
+
新增数据结构:
|
|
30
41
|
|
|
31
|
-
|
|
42
|
+
* [DetailedSingleDataDefine](https://cloud.tencent.com/document/api/280/40931#DetailedSingleDataDefine)
|
|
43
|
+
* [Field](https://cloud.tencent.com/document/api/280/40931#Field)
|
|
44
|
+
* [Label](https://cloud.tencent.com/document/api/280/40931#Label)
|
|
45
|
+
* [NodeDefine](https://cloud.tencent.com/document/api/280/40931#NodeDefine)
|
|
46
|
+
* [TaskResult](https://cloud.tencent.com/document/api/280/40931#TaskResult)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
51
|
+
|
|
52
|
+
### 第 34 次发布
|
|
53
|
+
|
|
54
|
+
发布时间:2021-12-17 08:07:31
|
|
55
|
+
|
|
56
|
+
本次发布包含了以下内容:
|
|
57
|
+
|
|
58
|
+
改善已有的文档。
|
|
59
|
+
|
|
60
|
+
修改接口:
|
|
61
|
+
|
|
62
|
+
* [CreateDisks](https://cloud.tencent.com/document/api/362/16312)
|
|
63
|
+
|
|
64
|
+
* 新增入参:AutoMountConfiguration
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
新增数据结构:
|
|
68
|
+
|
|
69
|
+
* [AutoMountConfiguration](https://cloud.tencent.com/document/api/362/15669#AutoMountConfiguration)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
74
|
+
|
|
75
|
+
### 第 91 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2021-12-17 08:07:56
|
|
78
|
+
|
|
79
|
+
本次发布包含了以下内容:
|
|
80
|
+
|
|
81
|
+
改善已有的文档。
|
|
82
|
+
|
|
83
|
+
修改接口:
|
|
84
|
+
|
|
85
|
+
* [DescribeScdnBotRecords](https://cloud.tencent.com/document/api/228/63468)
|
|
86
|
+
|
|
87
|
+
* 新增入参:Domains
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
修改数据结构:
|
|
91
|
+
|
|
92
|
+
* [BotRecord](https://cloud.tencent.com/document/api/228/30987#BotRecord)
|
|
93
|
+
|
|
94
|
+
* 新增成员:Domain
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
100
|
+
|
|
101
|
+
### 第 13 次发布
|
|
102
|
+
|
|
103
|
+
发布时间:2021-12-17 08:08:49
|
|
32
104
|
|
|
33
105
|
本次发布包含了以下内容:
|
|
34
106
|
|
|
@@ -36,15 +108,23 @@
|
|
|
36
108
|
|
|
37
109
|
新增接口:
|
|
38
110
|
|
|
39
|
-
* [
|
|
111
|
+
* [CreateConsumer](https://cloud.tencent.com/document/api/614/66228)
|
|
112
|
+
* [DeleteConsumer](https://cloud.tencent.com/document/api/614/66227)
|
|
113
|
+
* [DescribeConsumer](https://cloud.tencent.com/document/api/614/66226)
|
|
114
|
+
* [ModifyConsumer](https://cloud.tencent.com/document/api/614/66225)
|
|
40
115
|
|
|
116
|
+
新增数据结构:
|
|
41
117
|
|
|
118
|
+
* [Ckafka](https://cloud.tencent.com/document/api/614/56471#Ckafka)
|
|
119
|
+
* [ConsumerContent](https://cloud.tencent.com/document/api/614/56471#ConsumerContent)
|
|
42
120
|
|
|
43
|
-
## 云服务器(cvm) 版本:2017-03-12
|
|
44
121
|
|
|
45
|
-
### 第 65 次发布
|
|
46
122
|
|
|
47
|
-
|
|
123
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
124
|
+
|
|
125
|
+
### 第 31 次发布
|
|
126
|
+
|
|
127
|
+
发布时间:2021-12-17 08:10:31
|
|
48
128
|
|
|
49
129
|
本次发布包含了以下内容:
|
|
50
130
|
|
|
@@ -52,15 +132,15 @@
|
|
|
52
132
|
|
|
53
133
|
新增接口:
|
|
54
134
|
|
|
55
|
-
* [
|
|
135
|
+
* [DescribeFileDownloadUrl](https://cloud.tencent.com/document/api/557/66229)
|
|
56
136
|
|
|
57
137
|
|
|
58
138
|
|
|
59
|
-
##
|
|
139
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
60
140
|
|
|
61
|
-
### 第
|
|
141
|
+
### 第 8 次发布
|
|
62
142
|
|
|
63
|
-
发布时间:2021-12-
|
|
143
|
+
发布时间:2021-12-17 08:10:39
|
|
64
144
|
|
|
65
145
|
本次发布包含了以下内容:
|
|
66
146
|
|
|
@@ -68,15 +148,114 @@
|
|
|
68
148
|
|
|
69
149
|
修改接口:
|
|
70
150
|
|
|
71
|
-
* [
|
|
151
|
+
* [CreateTask](https://cloud.tencent.com/document/api/1342/53775)
|
|
72
152
|
|
|
73
|
-
* 新增入参:
|
|
153
|
+
* 新增入参:DataEngineName
|
|
74
154
|
|
|
155
|
+
* [CreateTasks](https://cloud.tencent.com/document/api/1342/59274)
|
|
75
156
|
|
|
76
|
-
|
|
157
|
+
* 新增入参:DataEngineName
|
|
158
|
+
|
|
159
|
+
* [DescribeDatabases](https://cloud.tencent.com/document/api/1342/53773)
|
|
160
|
+
|
|
161
|
+
* 新增入参:Sort, Asc
|
|
162
|
+
|
|
163
|
+
* [DescribeTables](https://cloud.tencent.com/document/api/1342/53767)
|
|
164
|
+
|
|
165
|
+
* 新增入参:StartTime, EndTime, Sort, Asc, TableType
|
|
166
|
+
|
|
167
|
+
* [DescribeTasks](https://cloud.tencent.com/document/api/1342/53771)
|
|
168
|
+
|
|
169
|
+
* 新增入参:DataEngineName
|
|
170
|
+
|
|
171
|
+
* [DescribeViews](https://cloud.tencent.com/document/api/1342/53766)
|
|
172
|
+
|
|
173
|
+
* 新增入参:Sort, Asc, StartTime, EndTime
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
修改数据结构:
|
|
177
|
+
|
|
178
|
+
* [Column](https://cloud.tencent.com/document/api/1342/53778#Column)
|
|
179
|
+
|
|
180
|
+
* 新增成员:Position, CreateTime, ModifiedTime
|
|
181
|
+
|
|
182
|
+
* [DatabaseInfo](https://cloud.tencent.com/document/api/1342/53778#DatabaseInfo)
|
|
183
|
+
|
|
184
|
+
* 新增成员:Location
|
|
185
|
+
|
|
186
|
+
* [TableBaseInfo](https://cloud.tencent.com/document/api/1342/53778#TableBaseInfo)
|
|
187
|
+
|
|
188
|
+
* 新增成员:TableComment, Type, TableFormat
|
|
189
|
+
|
|
190
|
+
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
191
|
+
|
|
192
|
+
* 新增成员:UpdateTime, DataEngineId, OperateUin, DataEngineName, InputType, InputConf, DataNumber, CanDownload
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
198
|
+
|
|
199
|
+
### 第 28 次发布
|
|
200
|
+
|
|
201
|
+
发布时间:2021-12-17 08:13:52
|
|
202
|
+
|
|
203
|
+
本次发布包含了以下内容:
|
|
204
|
+
|
|
205
|
+
改善已有的文档。
|
|
206
|
+
|
|
207
|
+
新增接口:
|
|
208
|
+
|
|
209
|
+
* [DescribeFileDownloadUrl](https://cloud.tencent.com/document/api/237/66230)
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
214
|
+
|
|
215
|
+
### 第 82 次发布
|
|
216
|
+
|
|
217
|
+
发布时间:2021-12-17 08:17:44
|
|
218
|
+
|
|
219
|
+
本次发布包含了以下内容:
|
|
220
|
+
|
|
221
|
+
改善已有的文档。
|
|
222
|
+
|
|
223
|
+
修改数据结构:
|
|
224
|
+
|
|
225
|
+
* [ClusterBasicSettings](https://cloud.tencent.com/document/api/457/31866#ClusterBasicSettings)
|
|
226
|
+
|
|
227
|
+
* 新增成员:SubnetId
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
233
|
+
|
|
234
|
+
### 第 103 次发布
|
|
235
|
+
|
|
236
|
+
发布时间:2021-12-17 08:18:55
|
|
237
|
+
|
|
238
|
+
本次发布包含了以下内容:
|
|
239
|
+
|
|
240
|
+
改善已有的文档。
|
|
241
|
+
|
|
242
|
+
修改接口:
|
|
243
|
+
|
|
244
|
+
* [CreateDirectConnectGateway](https://cloud.tencent.com/document/api/215/19192)
|
|
245
|
+
|
|
246
|
+
* 新增入参:HaZoneGroupId
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
修改数据结构:
|
|
250
|
+
|
|
251
|
+
* [DirectConnectGateway](https://cloud.tencent.com/document/api/215/15824#DirectConnectGateway)
|
|
252
|
+
|
|
253
|
+
* 新增成员:EnableFlowDetails, FlowDetailsUpdateTime, NewAfc, AccessNetworkType, HaZoneList
|
|
254
|
+
|
|
255
|
+
* [DirectConnectGatewayCcnRoute](https://cloud.tencent.com/document/api/215/15824#DirectConnectGatewayCcnRoute)
|
|
256
|
+
|
|
257
|
+
* 新增成员:Description, UpdateTime
|
|
77
258
|
|
|
78
|
-
* [CFSOption](https://cloud.tencent.com/document/api/1527/64906#CFSOption)
|
|
79
|
-
* [StorageOption](https://cloud.tencent.com/document/api/1527/64906#StorageOption)
|
|
80
259
|
|
|
81
260
|
|
|
82
261
|
|
|
@@ -1014,6 +1193,25 @@
|
|
|
1014
1193
|
|
|
1015
1194
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1016
1195
|
|
|
1196
|
+
### 第 16 次发布
|
|
1197
|
+
|
|
1198
|
+
发布时间:2021-12-15 08:02:37
|
|
1199
|
+
|
|
1200
|
+
本次发布包含了以下内容:
|
|
1201
|
+
|
|
1202
|
+
改善已有的文档。
|
|
1203
|
+
|
|
1204
|
+
修改接口:
|
|
1205
|
+
|
|
1206
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
1207
|
+
|
|
1208
|
+
* 新增入参:FilterStatus
|
|
1209
|
+
|
|
1210
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
|
|
1211
|
+
|
|
1212
|
+
* 新增入参:FilterStatus, FilterBoundStatus
|
|
1213
|
+
|
|
1214
|
+
|
|
1017
1215
|
### 第 15 次发布
|
|
1018
1216
|
|
|
1019
1217
|
发布时间:2021-12-02 08:02:10
|
|
@@ -2147,6 +2345,23 @@
|
|
|
2147
2345
|
|
|
2148
2346
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
2149
2347
|
|
|
2348
|
+
### 第 43 次发布
|
|
2349
|
+
|
|
2350
|
+
发布时间:2021-12-14 08:05:13
|
|
2351
|
+
|
|
2352
|
+
本次发布包含了以下内容:
|
|
2353
|
+
|
|
2354
|
+
改善已有的文档。
|
|
2355
|
+
|
|
2356
|
+
新增接口:
|
|
2357
|
+
|
|
2358
|
+
* [DescribeAutoScalingAdvices](https://cloud.tencent.com/document/api/377/65901)
|
|
2359
|
+
|
|
2360
|
+
新增数据结构:
|
|
2361
|
+
|
|
2362
|
+
* [Advice](https://cloud.tencent.com/document/api/377/20453#Advice)
|
|
2363
|
+
* [AutoScalingAdvice](https://cloud.tencent.com/document/api/377/20453#AutoScalingAdvice)
|
|
2364
|
+
|
|
2150
2365
|
### 第 42 次发布
|
|
2151
2366
|
|
|
2152
2367
|
发布时间:2021-11-15 08:04:22
|
|
@@ -7254,6 +7469,49 @@
|
|
|
7254
7469
|
|
|
7255
7470
|
## 云拨测(cat) 版本:2018-04-09
|
|
7256
7471
|
|
|
7472
|
+
### 第 4 次发布
|
|
7473
|
+
|
|
7474
|
+
发布时间:2021-12-16 17:16:49
|
|
7475
|
+
|
|
7476
|
+
本次发布包含了以下内容:
|
|
7477
|
+
|
|
7478
|
+
改善已有的文档。
|
|
7479
|
+
|
|
7480
|
+
新增接口:
|
|
7481
|
+
|
|
7482
|
+
* [[CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)](https://cloud.tencent.com/document/api/#/#)
|
|
7483
|
+
* [[DescribeProbeTasks](https://cloud.tencent.com/document/api/280/66212)](https://cloud.tencent.com/document/api/#/#)
|
|
7484
|
+
|
|
7485
|
+
新增数据结构:
|
|
7486
|
+
|
|
7487
|
+
* [[ProbeTask](https://cloud.tencent.com/document/api/280/40931#ProbeTask)](https://cloud.tencent.com/document/api/280/40931#[ProbeTask](https://cloud.tencent.com/document/api/280/40931#ProbeTask))
|
|
7488
|
+
* [[ProbeTaskBasicConfiguration](https://cloud.tencent.com/document/api/280/40931#ProbeTaskBasicConfiguration)](https://cloud.tencent.com/document/api/280/40931#[ProbeTaskBasicConfiguration](https://cloud.tencent.com/document/api/280/40931#ProbeTaskBasicConfiguration))
|
|
7489
|
+
|
|
7490
|
+
### 第 3 次发布
|
|
7491
|
+
|
|
7492
|
+
发布时间:2021-12-16 16:46:02
|
|
7493
|
+
|
|
7494
|
+
本次发布包含了以下内容:
|
|
7495
|
+
|
|
7496
|
+
改善已有的文档。
|
|
7497
|
+
|
|
7498
|
+
新增接口:
|
|
7499
|
+
|
|
7500
|
+
* [[DeleteProbeTask](https://cloud.tencent.com/document/api/280/66206)](https://cloud.tencent.com/document/api/#/#)
|
|
7501
|
+
* [[DescribeDetailedSingleProbeData](https://cloud.tencent.com/document/api/280/66205)](https://cloud.tencent.com/document/api/#/#)
|
|
7502
|
+
* [[DescribeProbeNodes](https://cloud.tencent.com/document/api/280/66204)](https://cloud.tencent.com/document/api/#/#)
|
|
7503
|
+
* [[ResumeProbeTask](https://cloud.tencent.com/document/api/280/66203)](https://cloud.tencent.com/document/api/#/#)
|
|
7504
|
+
* [[SuspendProbeTask](https://cloud.tencent.com/document/api/280/66202)](https://cloud.tencent.com/document/api/#/#)
|
|
7505
|
+
* [[UpdateProbeTaskConfigurationList](https://cloud.tencent.com/document/api/280/66201)](https://cloud.tencent.com/document/api/#/#)
|
|
7506
|
+
|
|
7507
|
+
新增数据结构:
|
|
7508
|
+
|
|
7509
|
+
* [[DetailedSingleDataDefine](https://cloud.tencent.com/document/api/280/40931#DetailedSingleDataDefine)](https://cloud.tencent.com/document/api/280/40931#[DetailedSingleDataDefine](https://cloud.tencent.com/document/api/280/40931#DetailedSingleDataDefine))
|
|
7510
|
+
* [[Field](https://cloud.tencent.com/document/api/280/40931#Field)](https://cloud.tencent.com/document/api/280/40931#[Field](https://cloud.tencent.com/document/api/280/40931#Field))
|
|
7511
|
+
* [[Label](https://cloud.tencent.com/document/api/280/40931#Label)](https://cloud.tencent.com/document/api/280/40931#[Label](https://cloud.tencent.com/document/api/280/40931#Label))
|
|
7512
|
+
* [[NodeDefine](https://cloud.tencent.com/document/api/280/40931#NodeDefine)](https://cloud.tencent.com/document/api/280/40931#[NodeDefine](https://cloud.tencent.com/document/api/280/40931#NodeDefine))
|
|
7513
|
+
* [[TaskResult](https://cloud.tencent.com/document/api/280/40931#TaskResult)](https://cloud.tencent.com/document/api/280/40931#[TaskResult](https://cloud.tencent.com/document/api/280/40931#TaskResult))
|
|
7514
|
+
|
|
7257
7515
|
### 第 2 次发布
|
|
7258
7516
|
|
|
7259
7517
|
发布时间:2020-01-10 14:24:52
|
|
@@ -7351,6 +7609,25 @@
|
|
|
7351
7609
|
|
|
7352
7610
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
7353
7611
|
|
|
7612
|
+
### 第 34 次发布
|
|
7613
|
+
|
|
7614
|
+
发布时间:2021-12-17 08:07:31
|
|
7615
|
+
|
|
7616
|
+
本次发布包含了以下内容:
|
|
7617
|
+
|
|
7618
|
+
改善已有的文档。
|
|
7619
|
+
|
|
7620
|
+
修改接口:
|
|
7621
|
+
|
|
7622
|
+
* [CreateDisks](https://cloud.tencent.com/document/api/362/16312)
|
|
7623
|
+
|
|
7624
|
+
* 新增入参:AutoMountConfiguration
|
|
7625
|
+
|
|
7626
|
+
|
|
7627
|
+
新增数据结构:
|
|
7628
|
+
|
|
7629
|
+
* [[AutoMountConfiguration](https://cloud.tencent.com/document/api/362/15669#AutoMountConfiguration)](https://cloud.tencent.com/document/api/362/15669#[AutoMountConfiguration](https://cloud.tencent.com/document/api/362/15669#AutoMountConfiguration))
|
|
7630
|
+
|
|
7354
7631
|
### 第 33 次发布
|
|
7355
7632
|
|
|
7356
7633
|
发布时间:2021-10-27 08:03:51
|
|
@@ -9920,6 +10197,28 @@
|
|
|
9920
10197
|
|
|
9921
10198
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
9922
10199
|
|
|
10200
|
+
### 第 91 次发布
|
|
10201
|
+
|
|
10202
|
+
发布时间:2021-12-17 08:07:56
|
|
10203
|
+
|
|
10204
|
+
本次发布包含了以下内容:
|
|
10205
|
+
|
|
10206
|
+
改善已有的文档。
|
|
10207
|
+
|
|
10208
|
+
修改接口:
|
|
10209
|
+
|
|
10210
|
+
* [DescribeScdnBotRecords](https://cloud.tencent.com/document/api/228/63468)
|
|
10211
|
+
|
|
10212
|
+
* 新增入参:Domains
|
|
10213
|
+
|
|
10214
|
+
|
|
10215
|
+
修改数据结构:
|
|
10216
|
+
|
|
10217
|
+
* [BotRecord](https://cloud.tencent.com/document/api/228/30987#BotRecord)
|
|
10218
|
+
|
|
10219
|
+
* 新增成员:Domain
|
|
10220
|
+
|
|
10221
|
+
|
|
9923
10222
|
### 第 90 次发布
|
|
9924
10223
|
|
|
9925
10224
|
发布时间:2021-12-10 08:02:48
|
|
@@ -12789,11 +13088,11 @@
|
|
|
12789
13088
|
|
|
12790
13089
|
新增接口:
|
|
12791
13090
|
|
|
12792
|
-
* [
|
|
13091
|
+
* [CreateAutoClassifyStructureTask](https://cloud.tencent.com/document/api/1368/65848)
|
|
12793
13092
|
|
|
12794
13093
|
新增数据结构:
|
|
12795
13094
|
|
|
12796
|
-
* [
|
|
13095
|
+
* [CreateAutoClassifyStructureTaskInfo](https://cloud.tencent.com/document/api/1368/56853#CreateAutoClassifyStructureTaskInfo)
|
|
12797
13096
|
|
|
12798
13097
|
### 第 7 次发布
|
|
12799
13098
|
|
|
@@ -12990,6 +13289,21 @@
|
|
|
12990
13289
|
|
|
12991
13290
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
12992
13291
|
|
|
13292
|
+
### 第 28 次发布
|
|
13293
|
+
|
|
13294
|
+
发布时间:2021-12-14 08:07:08
|
|
13295
|
+
|
|
13296
|
+
本次发布包含了以下内容:
|
|
13297
|
+
|
|
13298
|
+
改善已有的文档。
|
|
13299
|
+
|
|
13300
|
+
修改数据结构:
|
|
13301
|
+
|
|
13302
|
+
* [InstanceAttributesResponse](https://cloud.tencent.com/document/api/597/40861#InstanceAttributesResponse)
|
|
13303
|
+
|
|
13304
|
+
* 新增成员:RemainingPartitions, RemainingTopics
|
|
13305
|
+
|
|
13306
|
+
|
|
12993
13307
|
### 第 27 次发布
|
|
12994
13308
|
|
|
12995
13309
|
发布时间:2021-12-10 08:03:21
|
|
@@ -13597,6 +13911,22 @@
|
|
|
13597
13911
|
|
|
13598
13912
|
## 负载均衡(clb) 版本:2018-03-17
|
|
13599
13913
|
|
|
13914
|
+
### 第 61 次发布
|
|
13915
|
+
|
|
13916
|
+
发布时间:2021-12-14 08:07:15
|
|
13917
|
+
|
|
13918
|
+
本次发布包含了以下内容:
|
|
13919
|
+
|
|
13920
|
+
改善已有的文档。
|
|
13921
|
+
|
|
13922
|
+
新增接口:
|
|
13923
|
+
|
|
13924
|
+
* [DescribeCrossTargets](https://cloud.tencent.com/document/api/214/65902)
|
|
13925
|
+
|
|
13926
|
+
新增数据结构:
|
|
13927
|
+
|
|
13928
|
+
* [CrossTargets](https://cloud.tencent.com/document/api/214/30694#CrossTargets)
|
|
13929
|
+
|
|
13600
13930
|
### 第 60 次发布
|
|
13601
13931
|
|
|
13602
13932
|
发布时间:2021-12-13 08:06:26
|
|
@@ -13607,7 +13937,7 @@
|
|
|
13607
13937
|
|
|
13608
13938
|
新增接口:
|
|
13609
13939
|
|
|
13610
|
-
* [
|
|
13940
|
+
* [MigrateClassicalLoadBalancers](https://cloud.tencent.com/document/api/214/65849)
|
|
13611
13941
|
|
|
13612
13942
|
### 第 59 次发布
|
|
13613
13943
|
|
|
@@ -15189,6 +15519,26 @@
|
|
|
15189
15519
|
|
|
15190
15520
|
## 日志服务(cls) 版本:2020-10-16
|
|
15191
15521
|
|
|
15522
|
+
### 第 13 次发布
|
|
15523
|
+
|
|
15524
|
+
发布时间:2021-12-17 08:08:49
|
|
15525
|
+
|
|
15526
|
+
本次发布包含了以下内容:
|
|
15527
|
+
|
|
15528
|
+
改善已有的文档。
|
|
15529
|
+
|
|
15530
|
+
新增接口:
|
|
15531
|
+
|
|
15532
|
+
* [[CreateConsumer](https://cloud.tencent.com/document/api/614/66228)](https://cloud.tencent.com/document/api/#/#)
|
|
15533
|
+
* [[DeleteConsumer](https://cloud.tencent.com/document/api/614/66227)](https://cloud.tencent.com/document/api/#/#)
|
|
15534
|
+
* [[DescribeConsumer](https://cloud.tencent.com/document/api/614/66226)](https://cloud.tencent.com/document/api/#/#)
|
|
15535
|
+
* [[ModifyConsumer](https://cloud.tencent.com/document/api/614/66225)](https://cloud.tencent.com/document/api/#/#)
|
|
15536
|
+
|
|
15537
|
+
新增数据结构:
|
|
15538
|
+
|
|
15539
|
+
* [[Ckafka](https://cloud.tencent.com/document/api/614/56471#Ckafka)](https://cloud.tencent.com/document/api/614/56471#[Ckafka](https://cloud.tencent.com/document/api/614/56471#Ckafka))
|
|
15540
|
+
* [[ConsumerContent](https://cloud.tencent.com/document/api/614/56471#ConsumerContent)](https://cloud.tencent.com/document/api/614/56471#[ConsumerContent](https://cloud.tencent.com/document/api/614/56471#ConsumerContent))
|
|
15541
|
+
|
|
15192
15542
|
### 第 12 次发布
|
|
15193
15543
|
|
|
15194
15544
|
发布时间:2021-11-01 08:07:18
|
|
@@ -15512,6 +15862,23 @@
|
|
|
15512
15862
|
|
|
15513
15863
|
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
15514
15864
|
|
|
15865
|
+
### 第 45 次发布
|
|
15866
|
+
|
|
15867
|
+
发布时间:2021-12-14 08:07:36
|
|
15868
|
+
|
|
15869
|
+
本次发布包含了以下内容:
|
|
15870
|
+
|
|
15871
|
+
改善已有的文档。
|
|
15872
|
+
|
|
15873
|
+
修改数据结构:
|
|
15874
|
+
|
|
15875
|
+
* [ExternalMediaInfo](https://cloud.tencent.com/document/api/1156/40360#ExternalMediaInfo)
|
|
15876
|
+
|
|
15877
|
+
* 新增成员:StorageId
|
|
15878
|
+
|
|
15879
|
+
* <font color="#dd0000">**修改成员**:</font>Definition
|
|
15880
|
+
|
|
15881
|
+
|
|
15515
15882
|
### 第 44 次发布
|
|
15516
15883
|
|
|
15517
15884
|
发布时间:2021-12-02 08:04:53
|
|
@@ -18506,7 +18873,7 @@
|
|
|
18506
18873
|
|
|
18507
18874
|
新增接口:
|
|
18508
18875
|
|
|
18509
|
-
* [
|
|
18876
|
+
* [ModifyInstanceDiskType](https://cloud.tencent.com/document/api/213/65850)
|
|
18510
18877
|
|
|
18511
18878
|
### 第 64 次发布
|
|
18512
18879
|
|
|
@@ -22276,6 +22643,18 @@
|
|
|
22276
22643
|
|
|
22277
22644
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
22278
22645
|
|
|
22646
|
+
### 第 5 次发布
|
|
22647
|
+
|
|
22648
|
+
发布时间:2021-12-15 08:06:44
|
|
22649
|
+
|
|
22650
|
+
本次发布包含了以下内容:
|
|
22651
|
+
|
|
22652
|
+
改善已有的文档。
|
|
22653
|
+
|
|
22654
|
+
新增接口:
|
|
22655
|
+
|
|
22656
|
+
* [DescribeDBDiagEvents](https://cloud.tencent.com/document/api/1130/65947)
|
|
22657
|
+
|
|
22279
22658
|
### 第 4 次发布
|
|
22280
22659
|
|
|
22281
22660
|
发布时间:2021-09-03 08:05:46
|
|
@@ -22814,6 +23193,18 @@
|
|
|
22814
23193
|
|
|
22815
23194
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
22816
23195
|
|
|
23196
|
+
### 第 31 次发布
|
|
23197
|
+
|
|
23198
|
+
发布时间:2021-12-17 08:10:31
|
|
23199
|
+
|
|
23200
|
+
本次发布包含了以下内容:
|
|
23201
|
+
|
|
23202
|
+
改善已有的文档。
|
|
23203
|
+
|
|
23204
|
+
新增接口:
|
|
23205
|
+
|
|
23206
|
+
* [[DescribeFileDownloadUrl](https://cloud.tencent.com/document/api/557/66229)](https://cloud.tencent.com/document/api/#/#)
|
|
23207
|
+
|
|
22817
23208
|
### 第 30 次发布
|
|
22818
23209
|
|
|
22819
23210
|
发布时间:2021-11-26 08:08:12
|
|
@@ -23444,6 +23835,60 @@
|
|
|
23444
23835
|
|
|
23445
23836
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
23446
23837
|
|
|
23838
|
+
### 第 8 次发布
|
|
23839
|
+
|
|
23840
|
+
发布时间:2021-12-17 08:10:39
|
|
23841
|
+
|
|
23842
|
+
本次发布包含了以下内容:
|
|
23843
|
+
|
|
23844
|
+
改善已有的文档。
|
|
23845
|
+
|
|
23846
|
+
修改接口:
|
|
23847
|
+
|
|
23848
|
+
* [CreateTask](https://cloud.tencent.com/document/api/1342/53775)
|
|
23849
|
+
|
|
23850
|
+
* 新增入参:DataEngineName
|
|
23851
|
+
|
|
23852
|
+
* [CreateTasks](https://cloud.tencent.com/document/api/1342/59274)
|
|
23853
|
+
|
|
23854
|
+
* 新增入参:DataEngineName
|
|
23855
|
+
|
|
23856
|
+
* [DescribeDatabases](https://cloud.tencent.com/document/api/1342/53773)
|
|
23857
|
+
|
|
23858
|
+
* 新增入参:Sort, Asc
|
|
23859
|
+
|
|
23860
|
+
* [DescribeTables](https://cloud.tencent.com/document/api/1342/53767)
|
|
23861
|
+
|
|
23862
|
+
* 新增入参:StartTime, EndTime, Sort, Asc, TableType
|
|
23863
|
+
|
|
23864
|
+
* [DescribeTasks](https://cloud.tencent.com/document/api/1342/53771)
|
|
23865
|
+
|
|
23866
|
+
* 新增入参:DataEngineName
|
|
23867
|
+
|
|
23868
|
+
* [DescribeViews](https://cloud.tencent.com/document/api/1342/53766)
|
|
23869
|
+
|
|
23870
|
+
* 新增入参:Sort, Asc, StartTime, EndTime
|
|
23871
|
+
|
|
23872
|
+
|
|
23873
|
+
修改数据结构:
|
|
23874
|
+
|
|
23875
|
+
* [Column](https://cloud.tencent.com/document/api/1342/53778#Column)
|
|
23876
|
+
|
|
23877
|
+
* 新增成员:Position, CreateTime, ModifiedTime
|
|
23878
|
+
|
|
23879
|
+
* [DatabaseInfo](https://cloud.tencent.com/document/api/1342/53778#DatabaseInfo)
|
|
23880
|
+
|
|
23881
|
+
* 新增成员:Location
|
|
23882
|
+
|
|
23883
|
+
* [TableBaseInfo](https://cloud.tencent.com/document/api/1342/53778#TableBaseInfo)
|
|
23884
|
+
|
|
23885
|
+
* 新增成员:TableComment, Type, TableFormat
|
|
23886
|
+
|
|
23887
|
+
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
23888
|
+
|
|
23889
|
+
* 新增成员:UpdateTime, DataEngineId, OperateUin, DataEngineName, InputType, InputConf, DataNumber, CanDownload
|
|
23890
|
+
|
|
23891
|
+
|
|
23447
23892
|
### 第 7 次发布
|
|
23448
23893
|
|
|
23449
23894
|
发布时间:2021-09-28 08:04:47
|
|
@@ -26291,6 +26736,99 @@
|
|
|
26291
26736
|
|
|
26292
26737
|
## 数字身份管控平台(员工版)(eiam) 版本:2021-04-20
|
|
26293
26738
|
|
|
26739
|
+
### 第 11 次发布
|
|
26740
|
+
|
|
26741
|
+
发布时间:2021-12-15 08:07:41
|
|
26742
|
+
|
|
26743
|
+
本次发布包含了以下内容:
|
|
26744
|
+
|
|
26745
|
+
改善已有的文档。
|
|
26746
|
+
|
|
26747
|
+
新增接口:
|
|
26748
|
+
|
|
26749
|
+
* [AddAccountToAccountGroup](https://cloud.tencent.com/document/api/1442/65959)
|
|
26750
|
+
* [CreateAccountGroup](https://cloud.tencent.com/document/api/1442/65958)
|
|
26751
|
+
* [CreateAppAccount](https://cloud.tencent.com/document/api/1442/65957)
|
|
26752
|
+
* [DeleteAccountGroup](https://cloud.tencent.com/document/api/1442/65956)
|
|
26753
|
+
* [DeleteAppAccount](https://cloud.tencent.com/document/api/1442/65955)
|
|
26754
|
+
* [DeleteUsers](https://cloud.tencent.com/document/api/1442/65954)
|
|
26755
|
+
* [DescribeAccountGroup](https://cloud.tencent.com/document/api/1442/65953)
|
|
26756
|
+
* [DescribeAppAccount](https://cloud.tencent.com/document/api/1442/65952)
|
|
26757
|
+
* [DescribeUserThirdPartyAccountInfo](https://cloud.tencent.com/document/api/1442/65951)
|
|
26758
|
+
* [ListAccountInAccountGroup](https://cloud.tencent.com/document/api/1442/65960)
|
|
26759
|
+
* [ModifyAccountGroup](https://cloud.tencent.com/document/api/1442/65950)
|
|
26760
|
+
* [ModifyAppAccount](https://cloud.tencent.com/document/api/1442/65949)
|
|
26761
|
+
* [RemoveAccountFromAccountGroup](https://cloud.tencent.com/document/api/1442/65948)
|
|
26762
|
+
|
|
26763
|
+
修改接口:
|
|
26764
|
+
|
|
26765
|
+
* [DescribeOrgNode](https://cloud.tencent.com/document/api/1442/57927)
|
|
26766
|
+
|
|
26767
|
+
* 新增出参:Description
|
|
26768
|
+
|
|
26769
|
+
* [DescribeUserInfo](https://cloud.tencent.com/document/api/1442/57984)
|
|
26770
|
+
|
|
26771
|
+
* 新增出参:PwdNeedReset
|
|
26772
|
+
|
|
26773
|
+
* [ListUserGroupsOfUser](https://cloud.tencent.com/document/api/1442/57926)
|
|
26774
|
+
|
|
26775
|
+
* 新增入参:SearchCondition, Sort, Offset, Limit
|
|
26776
|
+
|
|
26777
|
+
* 新增出参:UserGroupInfoList, TotalCount
|
|
26778
|
+
|
|
26779
|
+
* [ListUsersInOrgNode](https://cloud.tencent.com/document/api/1442/57925)
|
|
26780
|
+
|
|
26781
|
+
* 新增入参:SearchCondition, Sort, Offset, Limit
|
|
26782
|
+
|
|
26783
|
+
* 新增出参:OrgNodeIdPath, OrgNodeNamePath
|
|
26784
|
+
|
|
26785
|
+
* [ModifyUserInfo](https://cloud.tencent.com/document/api/1442/58033)
|
|
26786
|
+
|
|
26787
|
+
* 新增入参:OrgNodeId
|
|
26788
|
+
|
|
26789
|
+
|
|
26790
|
+
新增数据结构:
|
|
26791
|
+
|
|
26792
|
+
* [AccountGroupInfo](https://cloud.tencent.com/document/api/1442/57931#AccountGroupInfo)
|
|
26793
|
+
* [AccountGroupSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#AccountGroupSearchCriteria)
|
|
26794
|
+
* [AppAccountInfo](https://cloud.tencent.com/document/api/1442/57931#AppAccountInfo)
|
|
26795
|
+
* [AppAccountSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#AppAccountSearchCriteria)
|
|
26796
|
+
* [LinkUserInfo](https://cloud.tencent.com/document/api/1442/57931#LinkUserInfo)
|
|
26797
|
+
* [ListUsersInOrgNodeSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#ListUsersInOrgNodeSearchCriteria)
|
|
26798
|
+
* [ThirdPartyAccountInfo](https://cloud.tencent.com/document/api/1442/57931#ThirdPartyAccountInfo)
|
|
26799
|
+
* [UserGroupInfo](https://cloud.tencent.com/document/api/1442/57931#UserGroupInfo)
|
|
26800
|
+
* [UserGroupInformationSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#UserGroupInformationSearchCriteria)
|
|
26801
|
+
|
|
26802
|
+
修改数据结构:
|
|
26803
|
+
|
|
26804
|
+
* [ApplicationAuthorizationInfo](https://cloud.tencent.com/document/api/1442/57931#ApplicationAuthorizationInfo)
|
|
26805
|
+
|
|
26806
|
+
* 新增成员:ApplicationName, CreatedDate
|
|
26807
|
+
|
|
26808
|
+
* [OrgNodeChildInfo](https://cloud.tencent.com/document/api/1442/57931#OrgNodeChildInfo)
|
|
26809
|
+
|
|
26810
|
+
* 新增成员:Description
|
|
26811
|
+
|
|
26812
|
+
* [OrgNodeChildUserInfo](https://cloud.tencent.com/document/api/1442/57931#OrgNodeChildUserInfo)
|
|
26813
|
+
|
|
26814
|
+
* 新增成员:OrgNodeIdPath, OrgNodeNamePath
|
|
26815
|
+
|
|
26816
|
+
|
|
26817
|
+
### 第 10 次发布
|
|
26818
|
+
|
|
26819
|
+
发布时间:2021-12-14 08:09:55
|
|
26820
|
+
|
|
26821
|
+
本次发布包含了以下内容:
|
|
26822
|
+
|
|
26823
|
+
改善已有的文档。
|
|
26824
|
+
|
|
26825
|
+
修改数据结构:
|
|
26826
|
+
|
|
26827
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1442/57931#UserInfo)
|
|
26828
|
+
|
|
26829
|
+
* 新增成员:UserName, Phone, Email, Status, DataSource
|
|
26830
|
+
|
|
26831
|
+
|
|
26294
26832
|
### 第 9 次发布
|
|
26295
26833
|
|
|
26296
26834
|
发布时间:2021-09-22 08:07:57
|
|
@@ -28016,6 +28554,18 @@
|
|
|
28016
28554
|
|
|
28017
28555
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
28018
28556
|
|
|
28557
|
+
### 第 35 次发布
|
|
28558
|
+
|
|
28559
|
+
发布时间:2021-12-16 08:09:22
|
|
28560
|
+
|
|
28561
|
+
本次发布包含了以下内容:
|
|
28562
|
+
|
|
28563
|
+
改善已有的文档。
|
|
28564
|
+
|
|
28565
|
+
新增接口:
|
|
28566
|
+
|
|
28567
|
+
* [DetectReflectLivenessAndCompare](https://cloud.tencent.com/document/api/1007/66076)
|
|
28568
|
+
|
|
28019
28569
|
### 第 34 次发布
|
|
28020
28570
|
|
|
28021
28571
|
发布时间:2021-12-10 08:06:32
|
|
@@ -34860,6 +35410,72 @@
|
|
|
34860
35410
|
|
|
34861
35411
|
## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
|
|
34862
35412
|
|
|
35413
|
+
### 第 14 次发布
|
|
35414
|
+
|
|
35415
|
+
发布时间:2021-12-16 08:10:46
|
|
35416
|
+
|
|
35417
|
+
本次发布包含了以下内容:
|
|
35418
|
+
|
|
35419
|
+
改善已有的文档。
|
|
35420
|
+
|
|
35421
|
+
新增接口:
|
|
35422
|
+
|
|
35423
|
+
* [CreateMessageForward](https://cloud.tencent.com/document/api/1361/66081)
|
|
35424
|
+
* [DeleteMessageForward](https://cloud.tencent.com/document/api/1361/66080)
|
|
35425
|
+
* [DescribeMessageForward](https://cloud.tencent.com/document/api/1361/66079)
|
|
35426
|
+
* [DescribeMessageForwards](https://cloud.tencent.com/document/api/1361/66082)
|
|
35427
|
+
* [ModifyMessageForward](https://cloud.tencent.com/document/api/1361/66078)
|
|
35428
|
+
|
|
35429
|
+
新增数据结构:
|
|
35430
|
+
|
|
35431
|
+
* [MessageForward](https://cloud.tencent.com/document/api/1361/53754#MessageForward)
|
|
35432
|
+
|
|
35433
|
+
### 第 13 次发布
|
|
35434
|
+
|
|
35435
|
+
发布时间:2021-12-15 08:09:30
|
|
35436
|
+
|
|
35437
|
+
本次发布包含了以下内容:
|
|
35438
|
+
|
|
35439
|
+
改善已有的文档。
|
|
35440
|
+
|
|
35441
|
+
新增接口:
|
|
35442
|
+
|
|
35443
|
+
* [CreateLiveChannel](https://cloud.tencent.com/document/api/1361/65979)
|
|
35444
|
+
* [CreateLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65972)
|
|
35445
|
+
* [CreateScene](https://cloud.tencent.com/document/api/1361/65989)
|
|
35446
|
+
* [DeleteChannel](https://cloud.tencent.com/document/api/1361/65961)
|
|
35447
|
+
* [DeleteLiveChannel](https://cloud.tencent.com/document/api/1361/65978)
|
|
35448
|
+
* [DeleteLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65971)
|
|
35449
|
+
* [DeleteLiveVideoList](https://cloud.tencent.com/document/api/1361/65984)
|
|
35450
|
+
* [DeleteScene](https://cloud.tencent.com/document/api/1361/65988)
|
|
35451
|
+
* [DeleteVideoList](https://cloud.tencent.com/document/api/1361/65987)
|
|
35452
|
+
* [DescribeBindSceneDevices](https://cloud.tencent.com/document/api/1361/65970)
|
|
35453
|
+
* [DescribeChannelsByLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65969)
|
|
35454
|
+
* [DescribeLiveChannel](https://cloud.tencent.com/document/api/1361/65977)
|
|
35455
|
+
* [DescribeLiveChannelList](https://cloud.tencent.com/document/api/1361/65976)
|
|
35456
|
+
* [DescribeLiveRecordPlanById](https://cloud.tencent.com/document/api/1361/65968)
|
|
35457
|
+
* [DescribeLiveRecordPlanIds](https://cloud.tencent.com/document/api/1361/65967)
|
|
35458
|
+
* [DescribeLiveStream](https://cloud.tencent.com/document/api/1361/65975)
|
|
35459
|
+
* [DescribeLiveVideoList](https://cloud.tencent.com/document/api/1361/65983)
|
|
35460
|
+
* [DescribeRecordDatesByLive](https://cloud.tencent.com/document/api/1361/65982)
|
|
35461
|
+
* [DescribeScenes](https://cloud.tencent.com/document/api/1361/65986)
|
|
35462
|
+
* [DescribeSubscriptionStatus](https://cloud.tencent.com/document/api/1361/65963)
|
|
35463
|
+
* [ModifyBindPlanLiveChannel](https://cloud.tencent.com/document/api/1361/65966)
|
|
35464
|
+
* [ModifyLiveChannel](https://cloud.tencent.com/document/api/1361/65974)
|
|
35465
|
+
* [ModifyLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65965)
|
|
35466
|
+
* [ModifyLiveVideo](https://cloud.tencent.com/document/api/1361/65981)
|
|
35467
|
+
* [ModifySubscriptionStatus](https://cloud.tencent.com/document/api/1361/65962)
|
|
35468
|
+
* [ModifyVideoInfo](https://cloud.tencent.com/document/api/1361/65985)
|
|
35469
|
+
|
|
35470
|
+
新增数据结构:
|
|
35471
|
+
|
|
35472
|
+
* [LiveChannelInfo](https://cloud.tencent.com/document/api/1361/53754#LiveChannelInfo)
|
|
35473
|
+
* [LiveChannelItem](https://cloud.tencent.com/document/api/1361/53754#LiveChannelItem)
|
|
35474
|
+
* [LiveRecordItem](https://cloud.tencent.com/document/api/1361/53754#LiveRecordItem)
|
|
35475
|
+
* [LiveRecordPlanItem](https://cloud.tencent.com/document/api/1361/53754#LiveRecordPlanItem)
|
|
35476
|
+
* [SceneItem](https://cloud.tencent.com/document/api/1361/53754#SceneItem)
|
|
35477
|
+
* [StreamAddress](https://cloud.tencent.com/document/api/1361/53754#StreamAddress)
|
|
35478
|
+
|
|
34863
35479
|
### 第 12 次发布
|
|
34864
35480
|
|
|
34865
35481
|
发布时间:2021-12-03 08:08:18
|
|
@@ -35554,6 +36170,41 @@
|
|
|
35554
36170
|
|
|
35555
36171
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
35556
36172
|
|
|
36173
|
+
### 第 22 次发布
|
|
36174
|
+
|
|
36175
|
+
发布时间:2021-12-16 08:11:07
|
|
36176
|
+
|
|
36177
|
+
本次发布包含了以下内容:
|
|
36178
|
+
|
|
36179
|
+
改善已有的文档。
|
|
36180
|
+
|
|
36181
|
+
新增接口:
|
|
36182
|
+
|
|
36183
|
+
* [AttachDisks](https://cloud.tencent.com/document/api/1207/66096)
|
|
36184
|
+
* [DescribeDiskConfigs](https://cloud.tencent.com/document/api/1207/66095)
|
|
36185
|
+
* [DescribeDiskDiscount](https://cloud.tencent.com/document/api/1207/66094)
|
|
36186
|
+
* [DescribeDisks](https://cloud.tencent.com/document/api/1207/66093)
|
|
36187
|
+
* [DescribeDisksDeniedActions](https://cloud.tencent.com/document/api/1207/66092)
|
|
36188
|
+
* [DescribeDisksReturnable](https://cloud.tencent.com/document/api/1207/66091)
|
|
36189
|
+
* [DescribeInstancesDiskNum](https://cloud.tencent.com/document/api/1207/66083)
|
|
36190
|
+
* [DetachDisks](https://cloud.tencent.com/document/api/1207/66090)
|
|
36191
|
+
* [InquirePriceCreateDisks](https://cloud.tencent.com/document/api/1207/66089)
|
|
36192
|
+
* [InquirePriceRenewDisks](https://cloud.tencent.com/document/api/1207/66088)
|
|
36193
|
+
* [ModifyDisksAttribute](https://cloud.tencent.com/document/api/1207/66087)
|
|
36194
|
+
* [ModifyDisksRenewFlag](https://cloud.tencent.com/document/api/1207/66086)
|
|
36195
|
+
* [TerminateDisks](https://cloud.tencent.com/document/api/1207/66085)
|
|
36196
|
+
|
|
36197
|
+
新增数据结构:
|
|
36198
|
+
|
|
36199
|
+
* [AttachDetail](https://cloud.tencent.com/document/api/1207/47576#AttachDetail)
|
|
36200
|
+
* [Disk](https://cloud.tencent.com/document/api/1207/47576#Disk)
|
|
36201
|
+
* [DiskChargePrepaid](https://cloud.tencent.com/document/api/1207/47576#DiskChargePrepaid)
|
|
36202
|
+
* [DiskConfig](https://cloud.tencent.com/document/api/1207/47576#DiskConfig)
|
|
36203
|
+
* [DiskDeniedActions](https://cloud.tencent.com/document/api/1207/47576#DiskDeniedActions)
|
|
36204
|
+
* [DiskPrice](https://cloud.tencent.com/document/api/1207/47576#DiskPrice)
|
|
36205
|
+
* [DiskReturnable](https://cloud.tencent.com/document/api/1207/47576#DiskReturnable)
|
|
36206
|
+
* [RenewDiskChargePrepaid](https://cloud.tencent.com/document/api/1207/47576#RenewDiskChargePrepaid)
|
|
36207
|
+
|
|
35557
36208
|
### 第 21 次发布
|
|
35558
36209
|
|
|
35559
36210
|
发布时间:2021-11-30 20:01:47
|
|
@@ -35987,6 +36638,21 @@
|
|
|
35987
36638
|
|
|
35988
36639
|
## 云直播(live) 版本:2018-08-01
|
|
35989
36640
|
|
|
36641
|
+
### 第 71 次发布
|
|
36642
|
+
|
|
36643
|
+
发布时间:2021-12-15 08:10:09
|
|
36644
|
+
|
|
36645
|
+
本次发布包含了以下内容:
|
|
36646
|
+
|
|
36647
|
+
改善已有的文档。
|
|
36648
|
+
|
|
36649
|
+
修改接口:
|
|
36650
|
+
|
|
36651
|
+
* [DescribeLivePackageInfo](https://cloud.tencent.com/document/api/267/40942)
|
|
36652
|
+
|
|
36653
|
+
* 新增出参:FluxPackageBillMode
|
|
36654
|
+
|
|
36655
|
+
|
|
35990
36656
|
### 第 70 次发布
|
|
35991
36657
|
|
|
35992
36658
|
发布时间:2021-09-09 08:06:21
|
|
@@ -37469,6 +38135,18 @@
|
|
|
37469
38135
|
|
|
37470
38136
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
37471
38137
|
|
|
38138
|
+
### 第 28 次发布
|
|
38139
|
+
|
|
38140
|
+
发布时间:2021-12-17 08:13:52
|
|
38141
|
+
|
|
38142
|
+
本次发布包含了以下内容:
|
|
38143
|
+
|
|
38144
|
+
改善已有的文档。
|
|
38145
|
+
|
|
38146
|
+
新增接口:
|
|
38147
|
+
|
|
38148
|
+
* [[DescribeFileDownloadUrl](https://cloud.tencent.com/document/api/237/66230)](https://cloud.tencent.com/document/api/#/#)
|
|
38149
|
+
|
|
37472
38150
|
### 第 27 次发布
|
|
37473
38151
|
|
|
37474
38152
|
发布时间:2021-11-26 08:11:04
|
|
@@ -38499,6 +39177,25 @@
|
|
|
38499
39177
|
|
|
38500
39178
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
38501
39179
|
|
|
39180
|
+
### 第 16 次发布
|
|
39181
|
+
|
|
39182
|
+
发布时间:2021-12-14 08:12:21
|
|
39183
|
+
|
|
39184
|
+
本次发布包含了以下内容:
|
|
39185
|
+
|
|
39186
|
+
改善已有的文档。
|
|
39187
|
+
|
|
39188
|
+
新增接口:
|
|
39189
|
+
|
|
39190
|
+
* [DescribeInstanceParams](https://cloud.tencent.com/document/api/240/65903)
|
|
39191
|
+
|
|
39192
|
+
新增数据结构:
|
|
39193
|
+
|
|
39194
|
+
* [InstanceEnumParam](https://cloud.tencent.com/document/api/240/38576#InstanceEnumParam)
|
|
39195
|
+
* [InstanceIntegerParam](https://cloud.tencent.com/document/api/240/38576#InstanceIntegerParam)
|
|
39196
|
+
* [InstanceMultiParam](https://cloud.tencent.com/document/api/240/38576#InstanceMultiParam)
|
|
39197
|
+
* [InstanceTextParam](https://cloud.tencent.com/document/api/240/38576#InstanceTextParam)
|
|
39198
|
+
|
|
38502
39199
|
### 第 15 次发布
|
|
38503
39200
|
|
|
38504
39201
|
发布时间:2021-12-09 08:08:23
|
|
@@ -38790,6 +39487,24 @@
|
|
|
38790
39487
|
|
|
38791
39488
|
## 云监控(monitor) 版本:2018-07-24
|
|
38792
39489
|
|
|
39490
|
+
### 第 33 次发布
|
|
39491
|
+
|
|
39492
|
+
发布时间:2021-12-16 08:11:56
|
|
39493
|
+
|
|
39494
|
+
本次发布包含了以下内容:
|
|
39495
|
+
|
|
39496
|
+
改善已有的文档。
|
|
39497
|
+
|
|
39498
|
+
新增接口:
|
|
39499
|
+
|
|
39500
|
+
* [DescribePrometheusInstances](https://cloud.tencent.com/document/api/248/66097)
|
|
39501
|
+
|
|
39502
|
+
新增数据结构:
|
|
39503
|
+
|
|
39504
|
+
* [PrometheusInstanceGrantInfo](https://cloud.tencent.com/document/api/248/30354#PrometheusInstanceGrantInfo)
|
|
39505
|
+
* [PrometheusInstancesItem](https://cloud.tencent.com/document/api/248/30354#PrometheusInstancesItem)
|
|
39506
|
+
* [PrometheusTag](https://cloud.tencent.com/document/api/248/30354#PrometheusTag)
|
|
39507
|
+
|
|
38793
39508
|
### 第 32 次发布
|
|
38794
39509
|
|
|
38795
39510
|
发布时间:2021-12-03 08:09:12
|
|
@@ -40719,6 +41434,21 @@
|
|
|
40719
41434
|
|
|
40720
41435
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
40721
41436
|
|
|
41437
|
+
### 第 10 次发布
|
|
41438
|
+
|
|
41439
|
+
发布时间:2021-12-14 08:12:50
|
|
41440
|
+
|
|
41441
|
+
本次发布包含了以下内容:
|
|
41442
|
+
|
|
41443
|
+
改善已有的文档。
|
|
41444
|
+
|
|
41445
|
+
修改数据结构:
|
|
41446
|
+
|
|
41447
|
+
* [Template](https://cloud.tencent.com/document/api/1314/56230#Template)
|
|
41448
|
+
|
|
41449
|
+
* 新增成员:OcrResult
|
|
41450
|
+
|
|
41451
|
+
|
|
40722
41452
|
### 第 9 次发布
|
|
40723
41453
|
|
|
40724
41454
|
发布时间:2021-12-10 08:09:11
|
|
@@ -45009,6 +45739,33 @@
|
|
|
45009
45739
|
|
|
45010
45740
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
45011
45741
|
|
|
45742
|
+
### 第 9 次发布
|
|
45743
|
+
|
|
45744
|
+
发布时间:2021-12-14 08:13:36
|
|
45745
|
+
|
|
45746
|
+
本次发布包含了以下内容:
|
|
45747
|
+
|
|
45748
|
+
改善已有的文档。
|
|
45749
|
+
|
|
45750
|
+
修改接口:
|
|
45751
|
+
|
|
45752
|
+
* [DescribeDataEventUrl](https://cloud.tencent.com/document/api/1464/65769)
|
|
45753
|
+
|
|
45754
|
+
* 新增入参:Env
|
|
45755
|
+
|
|
45756
|
+
* [DescribeDataLogUrlStatistics](https://cloud.tencent.com/document/api/1464/60495)
|
|
45757
|
+
|
|
45758
|
+
* 新增入参:Env
|
|
45759
|
+
|
|
45760
|
+
* [DescribeDataPerformancePage](https://cloud.tencent.com/document/api/1464/59944)
|
|
45761
|
+
|
|
45762
|
+
* 新增入参:Env
|
|
45763
|
+
|
|
45764
|
+
* [DescribeDataPvUrlStatistics](https://cloud.tencent.com/document/api/1464/65768)
|
|
45765
|
+
|
|
45766
|
+
* 新增入参:Env
|
|
45767
|
+
|
|
45768
|
+
|
|
45012
45769
|
### 第 8 次发布
|
|
45013
45770
|
|
|
45014
45771
|
发布时间:2021-12-09 08:09:35
|
|
@@ -48005,6 +48762,18 @@
|
|
|
48005
48762
|
|
|
48006
48763
|
## 安全凭证服务(sts) 版本:2018-08-13
|
|
48007
48764
|
|
|
48765
|
+
### 第 7 次发布
|
|
48766
|
+
|
|
48767
|
+
发布时间:2021-12-16 08:13:48
|
|
48768
|
+
|
|
48769
|
+
本次发布包含了以下内容:
|
|
48770
|
+
|
|
48771
|
+
改善已有的文档。
|
|
48772
|
+
|
|
48773
|
+
新增接口:
|
|
48774
|
+
|
|
48775
|
+
* [GetCallerIdentity](https://cloud.tencent.com/document/api/1312/66098)
|
|
48776
|
+
|
|
48008
48777
|
### 第 6 次发布
|
|
48009
48778
|
|
|
48010
48779
|
发布时间:2020-12-23 08:09:13
|
|
@@ -52699,6 +53468,25 @@
|
|
|
52699
53468
|
|
|
52700
53469
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
52701
53470
|
|
|
53471
|
+
### 第 25 次发布
|
|
53472
|
+
|
|
53473
|
+
发布时间:2021-12-14 08:15:22
|
|
53474
|
+
|
|
53475
|
+
本次发布包含了以下内容:
|
|
53476
|
+
|
|
53477
|
+
改善已有的文档。
|
|
53478
|
+
|
|
53479
|
+
修改接口:
|
|
53480
|
+
|
|
53481
|
+
* [CreateRocketMQTopic](https://cloud.tencent.com/document/api/1179/63426)
|
|
53482
|
+
|
|
53483
|
+
* 新增入参:PartitionNum
|
|
53484
|
+
|
|
53485
|
+
* [ModifyRocketMQTopic](https://cloud.tencent.com/document/api/1179/63414)
|
|
53486
|
+
|
|
53487
|
+
* 新增入参:PartitionNum
|
|
53488
|
+
|
|
53489
|
+
|
|
52702
53490
|
### 第 24 次发布
|
|
52703
53491
|
|
|
52704
53492
|
发布时间:2021-12-03 08:11:41
|
|
@@ -53720,6 +54508,39 @@
|
|
|
53720
54508
|
|
|
53721
54509
|
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
53722
54510
|
|
|
54511
|
+
### 第 4 次发布
|
|
54512
|
+
|
|
54513
|
+
发布时间:2021-12-16 08:15:07
|
|
54514
|
+
|
|
54515
|
+
本次发布包含了以下内容:
|
|
54516
|
+
|
|
54517
|
+
改善已有的文档。
|
|
54518
|
+
|
|
54519
|
+
新增接口:
|
|
54520
|
+
|
|
54521
|
+
* [BindAutoScalingGroup](https://cloud.tencent.com/document/api/1527/66099)
|
|
54522
|
+
|
|
54523
|
+
### 第 3 次发布
|
|
54524
|
+
|
|
54525
|
+
发布时间:2021-12-15 08:13:47
|
|
54526
|
+
|
|
54527
|
+
本次发布包含了以下内容:
|
|
54528
|
+
|
|
54529
|
+
改善已有的文档。
|
|
54530
|
+
|
|
54531
|
+
新增数据结构:
|
|
54532
|
+
|
|
54533
|
+
* [GooseFSOption](https://cloud.tencent.com/document/api/1527/64906#GooseFSOption)
|
|
54534
|
+
|
|
54535
|
+
修改数据结构:
|
|
54536
|
+
|
|
54537
|
+
* [StorageOption](https://cloud.tencent.com/document/api/1527/64906#StorageOption)
|
|
54538
|
+
|
|
54539
|
+
* 新增成员:GooseFSOptions
|
|
54540
|
+
|
|
54541
|
+
* <font color="#dd0000">**修改成员**:</font>CFSOptions
|
|
54542
|
+
|
|
54543
|
+
|
|
53723
54544
|
### 第 2 次发布
|
|
53724
54545
|
|
|
53725
54546
|
发布时间:2021-12-13 08:14:47
|
|
@@ -53737,8 +54558,8 @@
|
|
|
53737
54558
|
|
|
53738
54559
|
新增数据结构:
|
|
53739
54560
|
|
|
53740
|
-
* [
|
|
53741
|
-
* [
|
|
54561
|
+
* [CFSOption](https://cloud.tencent.com/document/api/1527/64906#CFSOption)
|
|
54562
|
+
* [StorageOption](https://cloud.tencent.com/document/api/1527/64906#StorageOption)
|
|
53742
54563
|
|
|
53743
54564
|
### 第 1 次发布
|
|
53744
54565
|
|
|
@@ -54270,6 +55091,25 @@
|
|
|
54270
55091
|
|
|
54271
55092
|
## 图像分析(tiia) 版本:2019-05-29
|
|
54272
55093
|
|
|
55094
|
+
### 第 19 次发布
|
|
55095
|
+
|
|
55096
|
+
发布时间:2021-12-16 08:15:16
|
|
55097
|
+
|
|
55098
|
+
本次发布包含了以下内容:
|
|
55099
|
+
|
|
55100
|
+
改善已有的文档。
|
|
55101
|
+
|
|
55102
|
+
修改接口:
|
|
55103
|
+
|
|
55104
|
+
* [SearchImage](https://cloud.tencent.com/document/api/865/63483)
|
|
55105
|
+
|
|
55106
|
+
* 新增入参:ImageRect
|
|
55107
|
+
|
|
55108
|
+
|
|
55109
|
+
新增数据结构:
|
|
55110
|
+
|
|
55111
|
+
* [ImageRect](https://cloud.tencent.com/document/api/865/35474#ImageRect)
|
|
55112
|
+
|
|
54273
55113
|
### 第 18 次发布
|
|
54274
55114
|
|
|
54275
55115
|
发布时间:2021-11-10 08:11:42
|
|
@@ -55364,6 +56204,21 @@
|
|
|
55364
56204
|
|
|
55365
56205
|
## 容器服务(tke) 版本:2018-05-25
|
|
55366
56206
|
|
|
56207
|
+
### 第 82 次发布
|
|
56208
|
+
|
|
56209
|
+
发布时间:2021-12-17 08:17:44
|
|
56210
|
+
|
|
56211
|
+
本次发布包含了以下内容:
|
|
56212
|
+
|
|
56213
|
+
改善已有的文档。
|
|
56214
|
+
|
|
56215
|
+
修改数据结构:
|
|
56216
|
+
|
|
56217
|
+
* [ClusterBasicSettings](https://cloud.tencent.com/document/api/457/31866#ClusterBasicSettings)
|
|
56218
|
+
|
|
56219
|
+
* 新增成员:SubnetId
|
|
56220
|
+
|
|
56221
|
+
|
|
55367
56222
|
### 第 81 次发布
|
|
55368
56223
|
|
|
55369
56224
|
发布时间:2021-12-09 08:12:05
|
|
@@ -57695,6 +58550,21 @@
|
|
|
57695
58550
|
|
|
57696
58551
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
57697
58552
|
|
|
58553
|
+
### 第 13 次发布
|
|
58554
|
+
|
|
58555
|
+
发布时间:2021-12-14 08:16:15
|
|
58556
|
+
|
|
58557
|
+
本次发布包含了以下内容:
|
|
58558
|
+
|
|
58559
|
+
改善已有的文档。
|
|
58560
|
+
|
|
58561
|
+
修改接口:
|
|
58562
|
+
|
|
58563
|
+
* [DescribeSREInstances](https://cloud.tencent.com/document/api/1364/54940)
|
|
58564
|
+
|
|
58565
|
+
* 新增入参:QuerySource
|
|
58566
|
+
|
|
58567
|
+
|
|
57698
58568
|
### 第 12 次发布
|
|
57699
58569
|
|
|
57700
58570
|
发布时间:2021-11-16 08:15:49
|
|
@@ -62741,6 +63611,47 @@
|
|
|
62741
63611
|
|
|
62742
63612
|
## 私有网络(vpc) 版本:2017-03-12
|
|
62743
63613
|
|
|
63614
|
+
### 第 103 次发布
|
|
63615
|
+
|
|
63616
|
+
发布时间:2021-12-17 08:18:55
|
|
63617
|
+
|
|
63618
|
+
本次发布包含了以下内容:
|
|
63619
|
+
|
|
63620
|
+
改善已有的文档。
|
|
63621
|
+
|
|
63622
|
+
修改接口:
|
|
63623
|
+
|
|
63624
|
+
* [CreateDirectConnectGateway](https://cloud.tencent.com/document/api/215/19192)
|
|
63625
|
+
|
|
63626
|
+
* 新增入参:HaZoneGroupId
|
|
63627
|
+
|
|
63628
|
+
|
|
63629
|
+
修改数据结构:
|
|
63630
|
+
|
|
63631
|
+
* [DirectConnectGateway](https://cloud.tencent.com/document/api/215/15824#DirectConnectGateway)
|
|
63632
|
+
|
|
63633
|
+
* 新增成员:EnableFlowDetails, FlowDetailsUpdateTime, NewAfc, AccessNetworkType, HaZoneList
|
|
63634
|
+
|
|
63635
|
+
* [DirectConnectGatewayCcnRoute](https://cloud.tencent.com/document/api/215/15824#DirectConnectGatewayCcnRoute)
|
|
63636
|
+
|
|
63637
|
+
* 新增成员:Description, UpdateTime
|
|
63638
|
+
|
|
63639
|
+
|
|
63640
|
+
### 第 102 次发布
|
|
63641
|
+
|
|
63642
|
+
发布时间:2021-12-15 08:15:14
|
|
63643
|
+
|
|
63644
|
+
本次发布包含了以下内容:
|
|
63645
|
+
|
|
63646
|
+
改善已有的文档。
|
|
63647
|
+
|
|
63648
|
+
修改接口:
|
|
63649
|
+
|
|
63650
|
+
* [DescribeSecurityGroupPolicies](https://cloud.tencent.com/document/api/215/15804)
|
|
63651
|
+
|
|
63652
|
+
* 新增入参:Filters
|
|
63653
|
+
|
|
63654
|
+
|
|
62744
63655
|
### 第 101 次发布
|
|
62745
63656
|
|
|
62746
63657
|
发布时间:2021-11-17 08:17:56
|