tencentcloud-sdk-nodejs 4.0.258 → 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 +422 -96
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.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/cls/v20201016/cls_client.ts +65 -15
- package/src/services/cls/v20201016/cls_models.ts +258 -70
- 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/lighthouse/v20200324/lighthouse_client.ts +11 -11
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +58 -58
- package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +30 -0
- package/src/services/scf/v20180416/scf_client.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +10 -10
- package/src/services/thpc/v20211109/thpc_models.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +7 -2
- package/src/services/vpc/v20170312/vpc_models.ts +53 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +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/cls/v20201016/cls_client.d.ts +21 -5
- package/tencentcloud/services/cls/v20201016/cls_client.js +30 -6
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +228 -67
- 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/lighthouse/v20200324/lighthouse_client.d.ts +11 -11
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +11 -11
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +58 -58
- 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/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/sqlserver/v20180328/sqlserver_models.d.ts +10 -10
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +45 -1
- package/test/cat.v20180409.test.js +82 -2
- package/test/cls.v20201016.test.js +44 -4
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/mariadb.v20170312.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-16
|
|
7
|
+
发布时间:2021-12-16 17:16:49
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,15 +12,17 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
15
|
+
* [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
|
|
16
|
+
* [DescribeProbeTasks](https://cloud.tencent.com/document/api/280/66212)
|
|
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
|
|
|
21
|
-
### 第
|
|
23
|
+
### 第 3 次发布
|
|
22
24
|
|
|
23
|
-
发布时间:2021-12-16
|
|
25
|
+
发布时间:2021-12-16 16:46:02
|
|
24
26
|
|
|
25
27
|
本次发布包含了以下内容:
|
|
26
28
|
|
|
@@ -28,62 +30,77 @@
|
|
|
28
30
|
|
|
29
31
|
新增接口:
|
|
30
32
|
|
|
31
|
-
* [
|
|
32
|
-
* [
|
|
33
|
-
* [
|
|
34
|
-
* [
|
|
35
|
-
* [
|
|
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)
|
|
36
39
|
|
|
37
40
|
新增数据结构:
|
|
38
41
|
|
|
39
|
-
* [
|
|
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)
|
|
40
47
|
|
|
41
48
|
|
|
42
49
|
|
|
43
|
-
##
|
|
50
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
44
51
|
|
|
45
|
-
### 第
|
|
52
|
+
### 第 34 次发布
|
|
46
53
|
|
|
47
|
-
发布时间:2021-12-
|
|
54
|
+
发布时间:2021-12-17 08:07:31
|
|
48
55
|
|
|
49
56
|
本次发布包含了以下内容:
|
|
50
57
|
|
|
51
58
|
改善已有的文档。
|
|
52
59
|
|
|
53
|
-
|
|
60
|
+
修改接口:
|
|
61
|
+
|
|
62
|
+
* [CreateDisks](https://cloud.tencent.com/document/api/362/16312)
|
|
63
|
+
|
|
64
|
+
* 新增入参:AutoMountConfiguration
|
|
54
65
|
|
|
55
|
-
* [AttachDisks](https://cloud.tencent.com/document/api/1207/66096)
|
|
56
|
-
* [DescribeDiskConfigs](https://cloud.tencent.com/document/api/1207/66095)
|
|
57
|
-
* [DescribeDiskDiscount](https://cloud.tencent.com/document/api/1207/66094)
|
|
58
|
-
* [DescribeDisks](https://cloud.tencent.com/document/api/1207/66093)
|
|
59
|
-
* [DescribeDisksDeniedActions](https://cloud.tencent.com/document/api/1207/66092)
|
|
60
|
-
* [DescribeDisksReturnable](https://cloud.tencent.com/document/api/1207/66091)
|
|
61
|
-
* [DescribeInstancesDiskNum](https://cloud.tencent.com/document/api/1207/66083)
|
|
62
|
-
* [DetachDisks](https://cloud.tencent.com/document/api/1207/66090)
|
|
63
|
-
* [InquirePriceCreateDisks](https://cloud.tencent.com/document/api/1207/66089)
|
|
64
|
-
* [InquirePriceRenewDisks](https://cloud.tencent.com/document/api/1207/66088)
|
|
65
|
-
* [ModifyDisksAttribute](https://cloud.tencent.com/document/api/1207/66087)
|
|
66
|
-
* [ModifyDisksRenewFlag](https://cloud.tencent.com/document/api/1207/66086)
|
|
67
|
-
* [TerminateDisks](https://cloud.tencent.com/document/api/1207/66085)
|
|
68
66
|
|
|
69
67
|
新增数据结构:
|
|
70
68
|
|
|
71
|
-
* [
|
|
72
|
-
* [Disk](https://cloud.tencent.com/document/api/1207/47576#Disk)
|
|
73
|
-
* [DiskChargePrepaid](https://cloud.tencent.com/document/api/1207/47576#DiskChargePrepaid)
|
|
74
|
-
* [DiskConfig](https://cloud.tencent.com/document/api/1207/47576#DiskConfig)
|
|
75
|
-
* [DiskDeniedActions](https://cloud.tencent.com/document/api/1207/47576#DiskDeniedActions)
|
|
76
|
-
* [DiskPrice](https://cloud.tencent.com/document/api/1207/47576#DiskPrice)
|
|
77
|
-
* [DiskReturnable](https://cloud.tencent.com/document/api/1207/47576#DiskReturnable)
|
|
78
|
-
* [RenewDiskChargePrepaid](https://cloud.tencent.com/document/api/1207/47576#RenewDiskChargePrepaid)
|
|
69
|
+
* [AutoMountConfiguration](https://cloud.tencent.com/document/api/362/15669#AutoMountConfiguration)
|
|
79
70
|
|
|
80
71
|
|
|
81
72
|
|
|
82
|
-
##
|
|
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
|
+
|
|
83
96
|
|
|
84
|
-
### 第 33 次发布
|
|
85
97
|
|
|
86
|
-
|
|
98
|
+
|
|
99
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
100
|
+
|
|
101
|
+
### 第 13 次发布
|
|
102
|
+
|
|
103
|
+
发布时间:2021-12-17 08:08:49
|
|
87
104
|
|
|
88
105
|
本次发布包含了以下内容:
|
|
89
106
|
|
|
@@ -91,21 +108,23 @@
|
|
|
91
108
|
|
|
92
109
|
新增接口:
|
|
93
110
|
|
|
94
|
-
* [
|
|
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)
|
|
95
115
|
|
|
96
116
|
新增数据结构:
|
|
97
117
|
|
|
98
|
-
* [
|
|
99
|
-
* [
|
|
100
|
-
* [PrometheusTag](https://cloud.tencent.com/document/api/248/30354#PrometheusTag)
|
|
118
|
+
* [Ckafka](https://cloud.tencent.com/document/api/614/56471#Ckafka)
|
|
119
|
+
* [ConsumerContent](https://cloud.tencent.com/document/api/614/56471#ConsumerContent)
|
|
101
120
|
|
|
102
121
|
|
|
103
122
|
|
|
104
|
-
##
|
|
123
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
105
124
|
|
|
106
|
-
### 第
|
|
125
|
+
### 第 31 次发布
|
|
107
126
|
|
|
108
|
-
发布时间:2021-12-
|
|
127
|
+
发布时间:2021-12-17 08:10:31
|
|
109
128
|
|
|
110
129
|
本次发布包含了以下内容:
|
|
111
130
|
|
|
@@ -113,15 +132,73 @@
|
|
|
113
132
|
|
|
114
133
|
新增接口:
|
|
115
134
|
|
|
116
|
-
* [
|
|
135
|
+
* [DescribeFileDownloadUrl](https://cloud.tencent.com/document/api/557/66229)
|
|
117
136
|
|
|
118
137
|
|
|
119
138
|
|
|
120
|
-
##
|
|
139
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
121
140
|
|
|
122
|
-
### 第
|
|
141
|
+
### 第 8 次发布
|
|
123
142
|
|
|
124
|
-
发布时间:2021-12-
|
|
143
|
+
发布时间:2021-12-17 08:10:39
|
|
144
|
+
|
|
145
|
+
本次发布包含了以下内容:
|
|
146
|
+
|
|
147
|
+
改善已有的文档。
|
|
148
|
+
|
|
149
|
+
修改接口:
|
|
150
|
+
|
|
151
|
+
* [CreateTask](https://cloud.tencent.com/document/api/1342/53775)
|
|
152
|
+
|
|
153
|
+
* 新增入参:DataEngineName
|
|
154
|
+
|
|
155
|
+
* [CreateTasks](https://cloud.tencent.com/document/api/1342/59274)
|
|
156
|
+
|
|
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
|
|
125
202
|
|
|
126
203
|
本次发布包含了以下内容:
|
|
127
204
|
|
|
@@ -129,15 +206,34 @@
|
|
|
129
206
|
|
|
130
207
|
新增接口:
|
|
131
208
|
|
|
132
|
-
* [
|
|
209
|
+
* [DescribeFileDownloadUrl](https://cloud.tencent.com/document/api/237/66230)
|
|
133
210
|
|
|
134
211
|
|
|
135
212
|
|
|
136
|
-
##
|
|
213
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
137
214
|
|
|
138
|
-
### 第
|
|
215
|
+
### 第 82 次发布
|
|
139
216
|
|
|
140
|
-
发布时间:2021-12-
|
|
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
|
|
141
237
|
|
|
142
238
|
本次发布包含了以下内容:
|
|
143
239
|
|
|
@@ -145,14 +241,21 @@
|
|
|
145
241
|
|
|
146
242
|
修改接口:
|
|
147
243
|
|
|
148
|
-
* [
|
|
244
|
+
* [CreateDirectConnectGateway](https://cloud.tencent.com/document/api/215/19192)
|
|
149
245
|
|
|
150
|
-
* 新增入参:
|
|
246
|
+
* 新增入参:HaZoneGroupId
|
|
151
247
|
|
|
152
248
|
|
|
153
|
-
|
|
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
|
|
154
258
|
|
|
155
|
-
* [ImageRect](https://cloud.tencent.com/document/api/865/35474#ImageRect)
|
|
156
259
|
|
|
157
260
|
|
|
158
261
|
|
|
@@ -7366,6 +7469,49 @@
|
|
|
7366
7469
|
|
|
7367
7470
|
## 云拨测(cat) 版本:2018-04-09
|
|
7368
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
|
+
|
|
7369
7515
|
### 第 2 次发布
|
|
7370
7516
|
|
|
7371
7517
|
发布时间:2020-01-10 14:24:52
|
|
@@ -7463,6 +7609,25 @@
|
|
|
7463
7609
|
|
|
7464
7610
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
7465
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
|
+
|
|
7466
7631
|
### 第 33 次发布
|
|
7467
7632
|
|
|
7468
7633
|
发布时间:2021-10-27 08:03:51
|
|
@@ -10032,6 +10197,28 @@
|
|
|
10032
10197
|
|
|
10033
10198
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
10034
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
|
+
|
|
10035
10222
|
### 第 90 次发布
|
|
10036
10223
|
|
|
10037
10224
|
发布时间:2021-12-10 08:02:48
|
|
@@ -15332,6 +15519,26 @@
|
|
|
15332
15519
|
|
|
15333
15520
|
## 日志服务(cls) 版本:2020-10-16
|
|
15334
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
|
+
|
|
15335
15542
|
### 第 12 次发布
|
|
15336
15543
|
|
|
15337
15544
|
发布时间:2021-11-01 08:07:18
|
|
@@ -22986,6 +23193,18 @@
|
|
|
22986
23193
|
|
|
22987
23194
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
22988
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
|
+
|
|
22989
23208
|
### 第 30 次发布
|
|
22990
23209
|
|
|
22991
23210
|
发布时间:2021-11-26 08:08:12
|
|
@@ -23616,6 +23835,60 @@
|
|
|
23616
23835
|
|
|
23617
23836
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
23618
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
|
+
|
|
23619
23892
|
### 第 7 次发布
|
|
23620
23893
|
|
|
23621
23894
|
发布时间:2021-09-28 08:04:47
|
|
@@ -28291,7 +28564,7 @@
|
|
|
28291
28564
|
|
|
28292
28565
|
新增接口:
|
|
28293
28566
|
|
|
28294
|
-
* [
|
|
28567
|
+
* [DetectReflectLivenessAndCompare](https://cloud.tencent.com/document/api/1007/66076)
|
|
28295
28568
|
|
|
28296
28569
|
### 第 34 次发布
|
|
28297
28570
|
|
|
@@ -35147,15 +35420,15 @@
|
|
|
35147
35420
|
|
|
35148
35421
|
新增接口:
|
|
35149
35422
|
|
|
35150
|
-
* [
|
|
35151
|
-
* [
|
|
35152
|
-
* [
|
|
35153
|
-
* [
|
|
35154
|
-
* [
|
|
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)
|
|
35155
35428
|
|
|
35156
35429
|
新增数据结构:
|
|
35157
35430
|
|
|
35158
|
-
* [
|
|
35431
|
+
* [MessageForward](https://cloud.tencent.com/document/api/1361/53754#MessageForward)
|
|
35159
35432
|
|
|
35160
35433
|
### 第 13 次发布
|
|
35161
35434
|
|
|
@@ -35907,30 +36180,30 @@
|
|
|
35907
36180
|
|
|
35908
36181
|
新增接口:
|
|
35909
36182
|
|
|
35910
|
-
* [
|
|
35911
|
-
* [
|
|
35912
|
-
* [
|
|
35913
|
-
* [
|
|
35914
|
-
* [
|
|
35915
|
-
* [
|
|
35916
|
-
* [
|
|
35917
|
-
* [
|
|
35918
|
-
* [
|
|
35919
|
-
* [
|
|
35920
|
-
* [
|
|
35921
|
-
* [
|
|
35922
|
-
* [
|
|
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)
|
|
35923
36196
|
|
|
35924
36197
|
新增数据结构:
|
|
35925
36198
|
|
|
35926
|
-
* [
|
|
35927
|
-
* [
|
|
35928
|
-
* [
|
|
35929
|
-
* [
|
|
35930
|
-
* [
|
|
35931
|
-
* [
|
|
35932
|
-
* [
|
|
35933
|
-
* [
|
|
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)
|
|
35934
36207
|
|
|
35935
36208
|
### 第 21 次发布
|
|
35936
36209
|
|
|
@@ -37862,6 +38135,18 @@
|
|
|
37862
38135
|
|
|
37863
38136
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
37864
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
|
+
|
|
37865
38150
|
### 第 27 次发布
|
|
37866
38151
|
|
|
37867
38152
|
发布时间:2021-11-26 08:11:04
|
|
@@ -39212,13 +39497,13 @@
|
|
|
39212
39497
|
|
|
39213
39498
|
新增接口:
|
|
39214
39499
|
|
|
39215
|
-
* [
|
|
39500
|
+
* [DescribePrometheusInstances](https://cloud.tencent.com/document/api/248/66097)
|
|
39216
39501
|
|
|
39217
39502
|
新增数据结构:
|
|
39218
39503
|
|
|
39219
|
-
* [
|
|
39220
|
-
* [
|
|
39221
|
-
* [
|
|
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)
|
|
39222
39507
|
|
|
39223
39508
|
### 第 32 次发布
|
|
39224
39509
|
|
|
@@ -48487,7 +48772,7 @@
|
|
|
48487
48772
|
|
|
48488
48773
|
新增接口:
|
|
48489
48774
|
|
|
48490
|
-
* [
|
|
48775
|
+
* [GetCallerIdentity](https://cloud.tencent.com/document/api/1312/66098)
|
|
48491
48776
|
|
|
48492
48777
|
### 第 6 次发布
|
|
48493
48778
|
|
|
@@ -54233,7 +54518,7 @@
|
|
|
54233
54518
|
|
|
54234
54519
|
新增接口:
|
|
54235
54520
|
|
|
54236
|
-
* [
|
|
54521
|
+
* [BindAutoScalingGroup](https://cloud.tencent.com/document/api/1527/66099)
|
|
54237
54522
|
|
|
54238
54523
|
### 第 3 次发布
|
|
54239
54524
|
|
|
@@ -54823,7 +55108,7 @@
|
|
|
54823
55108
|
|
|
54824
55109
|
新增数据结构:
|
|
54825
55110
|
|
|
54826
|
-
* [
|
|
55111
|
+
* [ImageRect](https://cloud.tencent.com/document/api/865/35474#ImageRect)
|
|
54827
55112
|
|
|
54828
55113
|
### 第 18 次发布
|
|
54829
55114
|
|
|
@@ -55919,6 +56204,21 @@
|
|
|
55919
56204
|
|
|
55920
56205
|
## 容器服务(tke) 版本:2018-05-25
|
|
55921
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
|
+
|
|
55922
56222
|
### 第 81 次发布
|
|
55923
56223
|
|
|
55924
56224
|
发布时间:2021-12-09 08:12:05
|
|
@@ -63311,6 +63611,32 @@
|
|
|
63311
63611
|
|
|
63312
63612
|
## 私有网络(vpc) 版本:2017-03-12
|
|
63313
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
|
+
|
|
63314
63640
|
### 第 102 次发布
|
|
63315
63641
|
|
|
63316
63642
|
发布时间:2021-12-15 08:15:14
|