tencentcloud-sdk-nodejs 4.0.811 → 4.0.812
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 +201 -0
- package/SERVICE_CHANGELOG.md +359 -44
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/af/v20200226/af_models.ts +3 -5
- package/src/services/cls/v20201016/cls_client.ts +17 -29
- package/src/services/cls/v20201016/cls_models.ts +4 -28
- package/src/services/dnspod/v20210323/dnspod_client.ts +22 -9
- package/src/services/dnspod/v20210323/dnspod_models.ts +130 -60
- package/src/services/dts/v20211206/dts_models.ts +7 -2
- package/src/services/emr/v20190103/emr_models.ts +24 -0
- package/src/services/es/v20180416/es_client.ts +59 -20
- package/src/services/es/v20180416/es_models.ts +352 -139
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +40 -0
- package/src/services/live/v20180801/live_client.ts +13 -0
- package/src/services/live/v20180801/live_models.ts +58 -0
- package/src/services/mps/v20190612/mps_models.ts +2 -2
- package/src/services/mrs/v20200910/mrs_models.ts +1 -1
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/teo/v20220901/teo_models.ts +1 -1
- package/src/services/tione/v20211111/tione_client.ts +19 -7
- package/src/services/tione/v20211111/tione_models.ts +26 -7
- package/src/services/wedata/v20210820/wedata_models.ts +30 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/af/v20200226/af_models.d.ts +3 -5
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +7 -11
- package/tencentcloud/services/cls/v20201016/cls_client.js +9 -15
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -26
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +7 -3
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +9 -3
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +127 -60
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +7 -2
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +24 -0
- package/tencentcloud/services/es/v20180416/es_client.d.ts +17 -5
- package/tencentcloud/services/es/v20180416/es_client.js +24 -6
- package/tencentcloud/services/es/v20180416/es_models.d.ts +343 -139
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +40 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -1
- package/tencentcloud/services/live/v20180801/live_client.js +6 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +55 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +7 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +9 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +24 -7
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +30 -0
- package/test/cls.v20201016.test.js +12 -22
- package/test/dnspod.v20210323.test.js +12 -2
- package/test/es.v20180416.test.js +34 -4
- package/test/live.v20180801.test.js +10 -0
- package/test/tione.v20211111.test.js +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,204 @@
|
|
|
1
|
+
# Release 4.0.812
|
|
2
|
+
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
|
+
|
|
5
|
+
### 第 85 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-03-14 01:11:38
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
14
|
+
|
|
15
|
+
* DescribeKafkaUser
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
20
|
+
|
|
21
|
+
### 第 30 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2024-03-14 01:14:21
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
新增接口:
|
|
30
|
+
|
|
31
|
+
* [DescribeRecordLineCategoryList](https://cloud.tencent.com/document/api/1427/104320)
|
|
32
|
+
|
|
33
|
+
修改接口:
|
|
34
|
+
|
|
35
|
+
* [CreateRecord](https://cloud.tencent.com/document/api/1427/56180)
|
|
36
|
+
|
|
37
|
+
* 新增入参:DnssecConflictMode
|
|
38
|
+
|
|
39
|
+
* [ModifyRecord](https://cloud.tencent.com/document/api/1427/56157)
|
|
40
|
+
|
|
41
|
+
* 新增入参:DnssecConflictMode
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
新增数据结构:
|
|
45
|
+
|
|
46
|
+
* [LineItem](https://cloud.tencent.com/document/api/1427/56185#LineItem)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
51
|
+
|
|
52
|
+
### 第 25 次发布
|
|
53
|
+
|
|
54
|
+
发布时间:2024-03-14 01:15:02
|
|
55
|
+
|
|
56
|
+
本次发布包含了以下内容:
|
|
57
|
+
|
|
58
|
+
改善已有的文档。
|
|
59
|
+
|
|
60
|
+
修改数据结构:
|
|
61
|
+
|
|
62
|
+
* [DBInfo](https://cloud.tencent.com/document/api/571/82108#DBInfo)
|
|
63
|
+
|
|
64
|
+
* 新增成员:SetId
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
74
|
+
|
|
75
|
+
### 第 61 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2024-03-14 01:15:43
|
|
78
|
+
|
|
79
|
+
本次发布包含了以下内容:
|
|
80
|
+
|
|
81
|
+
改善已有的文档。
|
|
82
|
+
|
|
83
|
+
修改接口:
|
|
84
|
+
|
|
85
|
+
* [DescribeHiveQueries](https://cloud.tencent.com/document/api/589/94487)
|
|
86
|
+
|
|
87
|
+
* 新增入参:State, EndTimeGte, EndTimeLte
|
|
88
|
+
|
|
89
|
+
* [DescribeImpalaQueries](https://cloud.tencent.com/document/api/589/94486)
|
|
90
|
+
|
|
91
|
+
* 新增入参:State, EndTimeGte, EndTimeLte
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
97
|
+
|
|
98
|
+
### 第 54 次发布
|
|
99
|
+
|
|
100
|
+
发布时间:2024-03-14 01:15:53
|
|
101
|
+
|
|
102
|
+
本次发布包含了以下内容:
|
|
103
|
+
|
|
104
|
+
改善已有的文档。
|
|
105
|
+
|
|
106
|
+
新增接口:
|
|
107
|
+
|
|
108
|
+
* [CheckMigrateIndexMetaData](https://cloud.tencent.com/document/api/845/104323)
|
|
109
|
+
* [CreateCosMigrateToServerlessInstance](https://cloud.tencent.com/document/api/845/104322)
|
|
110
|
+
* [DescribeUserCosSnapshotList](https://cloud.tencent.com/document/api/845/104321)
|
|
111
|
+
|
|
112
|
+
新增数据结构:
|
|
113
|
+
|
|
114
|
+
* [CommonIndexInfo](https://cloud.tencent.com/document/api/845/30634#CommonIndexInfo)
|
|
115
|
+
* [CosSnapShotInfo](https://cloud.tencent.com/document/api/845/30634#CosSnapShotInfo)
|
|
116
|
+
* [DataStreamInfo](https://cloud.tencent.com/document/api/845/30634#DataStreamInfo)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
121
|
+
|
|
122
|
+
### 第 57 次发布
|
|
123
|
+
|
|
124
|
+
发布时间:2024-03-14 01:17:47
|
|
125
|
+
|
|
126
|
+
本次发布包含了以下内容:
|
|
127
|
+
|
|
128
|
+
改善已有的文档。
|
|
129
|
+
|
|
130
|
+
修改数据结构:
|
|
131
|
+
|
|
132
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/1081/34988#InstanceDetail)
|
|
133
|
+
|
|
134
|
+
* 新增成员:UpDownTPS, UpDownCurrentTPS, ForwardTPS, ForwardCurrentTPS, CellNum, BillingTag, EverydayFreeMessageCount, MaxDeviceOnlineCount
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
140
|
+
|
|
141
|
+
### 第 118 次发布
|
|
142
|
+
|
|
143
|
+
发布时间:2024-03-14 01:19:23
|
|
144
|
+
|
|
145
|
+
本次发布包含了以下内容:
|
|
146
|
+
|
|
147
|
+
改善已有的文档。
|
|
148
|
+
|
|
149
|
+
新增接口:
|
|
150
|
+
|
|
151
|
+
* [DescribePullTransformPushInfo](https://cloud.tencent.com/document/api/267/104324)
|
|
152
|
+
|
|
153
|
+
新增数据结构:
|
|
154
|
+
|
|
155
|
+
* [TaskDurationInfo](https://cloud.tencent.com/document/api/267/20474#TaskDurationInfo)
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
160
|
+
|
|
161
|
+
### 第 53 次发布
|
|
162
|
+
|
|
163
|
+
发布时间:2024-03-14 01:25:59
|
|
164
|
+
|
|
165
|
+
本次发布包含了以下内容:
|
|
166
|
+
|
|
167
|
+
改善已有的文档。
|
|
168
|
+
|
|
169
|
+
新增接口:
|
|
170
|
+
|
|
171
|
+
* [DescribeBuildInImages](https://cloud.tencent.com/document/api/851/104325)
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
180
|
+
|
|
181
|
+
### 第 79 次发布
|
|
182
|
+
|
|
183
|
+
发布时间:2024-03-14 01:29:38
|
|
184
|
+
|
|
185
|
+
本次发布包含了以下内容:
|
|
186
|
+
|
|
187
|
+
改善已有的文档。
|
|
188
|
+
|
|
189
|
+
修改数据结构:
|
|
190
|
+
|
|
191
|
+
* [TableLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageInfo)
|
|
192
|
+
|
|
193
|
+
* 新增成员:DatasourceName, DatabaseName, DatabaseId
|
|
194
|
+
|
|
195
|
+
* [TableMeta](https://cloud.tencent.com/document/api/1267/76336#TableMeta)
|
|
196
|
+
|
|
197
|
+
* 新增成员:IsPartitionTable, PartitionColumns, PartitionExpireDays
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
1
202
|
# Release 4.0.811
|
|
2
203
|
|
|
3
204
|
## Elasticsearch Service(es) 版本:2018-04-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,103 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
|
+
|
|
5
|
+
### 第 85 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-03-14 01:11:38
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
14
|
+
|
|
15
|
+
* DescribeKafkaUser
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
20
|
+
|
|
21
|
+
### 第 30 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2024-03-14 01:14:21
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
新增接口:
|
|
30
|
+
|
|
31
|
+
* [DescribeRecordLineCategoryList](https://cloud.tencent.com/document/api/1427/104320)
|
|
32
|
+
|
|
33
|
+
修改接口:
|
|
34
|
+
|
|
35
|
+
* [CreateRecord](https://cloud.tencent.com/document/api/1427/56180)
|
|
36
|
+
|
|
37
|
+
* 新增入参:DnssecConflictMode
|
|
38
|
+
|
|
39
|
+
* [ModifyRecord](https://cloud.tencent.com/document/api/1427/56157)
|
|
40
|
+
|
|
41
|
+
* 新增入参:DnssecConflictMode
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
新增数据结构:
|
|
45
|
+
|
|
46
|
+
* [LineItem](https://cloud.tencent.com/document/api/1427/56185#LineItem)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
51
|
+
|
|
52
|
+
### 第 25 次发布
|
|
53
|
+
|
|
54
|
+
发布时间:2024-03-14 01:15:02
|
|
55
|
+
|
|
56
|
+
本次发布包含了以下内容:
|
|
57
|
+
|
|
58
|
+
改善已有的文档。
|
|
59
|
+
|
|
60
|
+
修改数据结构:
|
|
61
|
+
|
|
62
|
+
* [DBInfo](https://cloud.tencent.com/document/api/571/82108#DBInfo)
|
|
63
|
+
|
|
64
|
+
* 新增成员:SetId
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
74
|
+
|
|
75
|
+
### 第 61 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2024-03-14 01:15:43
|
|
78
|
+
|
|
79
|
+
本次发布包含了以下内容:
|
|
80
|
+
|
|
81
|
+
改善已有的文档。
|
|
82
|
+
|
|
83
|
+
修改接口:
|
|
84
|
+
|
|
85
|
+
* [DescribeHiveQueries](https://cloud.tencent.com/document/api/589/94487)
|
|
86
|
+
|
|
87
|
+
* 新增入参:State, EndTimeGte, EndTimeLte
|
|
88
|
+
|
|
89
|
+
* [DescribeImpalaQueries](https://cloud.tencent.com/document/api/589/94486)
|
|
90
|
+
|
|
91
|
+
* 新增入参:State, EndTimeGte, EndTimeLte
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
3
96
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
4
97
|
|
|
5
|
-
### 第
|
|
98
|
+
### 第 54 次发布
|
|
6
99
|
|
|
7
|
-
发布时间:2024-03-
|
|
100
|
+
发布时间:2024-03-14 01:15:53
|
|
8
101
|
|
|
9
102
|
本次发布包含了以下内容:
|
|
10
103
|
|
|
@@ -12,30 +105,97 @@
|
|
|
12
105
|
|
|
13
106
|
新增接口:
|
|
14
107
|
|
|
15
|
-
* [
|
|
16
|
-
* [
|
|
17
|
-
* [
|
|
18
|
-
* [DeleteServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104315)
|
|
19
|
-
* [DescribeServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104314)
|
|
20
|
-
* [DescribeServerlessSpaces](https://cloud.tencent.com/document/api/845/104313)
|
|
21
|
-
* [UpdateServerlessInstance](https://cloud.tencent.com/document/api/845/104312)
|
|
22
|
-
* [UpdateServerlessSpace](https://cloud.tencent.com/document/api/845/104311)
|
|
108
|
+
* [CheckMigrateIndexMetaData](https://cloud.tencent.com/document/api/845/104323)
|
|
109
|
+
* [CreateCosMigrateToServerlessInstance](https://cloud.tencent.com/document/api/845/104322)
|
|
110
|
+
* [DescribeUserCosSnapshotList](https://cloud.tencent.com/document/api/845/104321)
|
|
23
111
|
|
|
24
112
|
新增数据结构:
|
|
25
113
|
|
|
26
|
-
* [
|
|
27
|
-
* [
|
|
28
|
-
* [
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
114
|
+
* [CommonIndexInfo](https://cloud.tencent.com/document/api/845/30634#CommonIndexInfo)
|
|
115
|
+
* [CosSnapShotInfo](https://cloud.tencent.com/document/api/845/30634#CosSnapShotInfo)
|
|
116
|
+
* [DataStreamInfo](https://cloud.tencent.com/document/api/845/30634#DataStreamInfo)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
121
|
+
|
|
122
|
+
### 第 57 次发布
|
|
123
|
+
|
|
124
|
+
发布时间:2024-03-14 01:17:47
|
|
125
|
+
|
|
126
|
+
本次发布包含了以下内容:
|
|
127
|
+
|
|
128
|
+
改善已有的文档。
|
|
129
|
+
|
|
130
|
+
修改数据结构:
|
|
131
|
+
|
|
132
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/1081/34988#InstanceDetail)
|
|
133
|
+
|
|
134
|
+
* 新增成员:UpDownTPS, UpDownCurrentTPS, ForwardTPS, ForwardCurrentTPS, CellNum, BillingTag, EverydayFreeMessageCount, MaxDeviceOnlineCount
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
140
|
+
|
|
141
|
+
### 第 118 次发布
|
|
142
|
+
|
|
143
|
+
发布时间:2024-03-14 01:19:23
|
|
144
|
+
|
|
145
|
+
本次发布包含了以下内容:
|
|
146
|
+
|
|
147
|
+
改善已有的文档。
|
|
148
|
+
|
|
149
|
+
新增接口:
|
|
150
|
+
|
|
151
|
+
* [DescribePullTransformPushInfo](https://cloud.tencent.com/document/api/267/104324)
|
|
152
|
+
|
|
153
|
+
新增数据结构:
|
|
154
|
+
|
|
155
|
+
* [TaskDurationInfo](https://cloud.tencent.com/document/api/267/20474#TaskDurationInfo)
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
160
|
+
|
|
161
|
+
### 第 53 次发布
|
|
162
|
+
|
|
163
|
+
发布时间:2024-03-14 01:25:59
|
|
164
|
+
|
|
165
|
+
本次发布包含了以下内容:
|
|
166
|
+
|
|
167
|
+
改善已有的文档。
|
|
168
|
+
|
|
169
|
+
新增接口:
|
|
170
|
+
|
|
171
|
+
* [DescribeBuildInImages](https://cloud.tencent.com/document/api/851/104325)
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
180
|
+
|
|
181
|
+
### 第 79 次发布
|
|
182
|
+
|
|
183
|
+
发布时间:2024-03-14 01:29:38
|
|
184
|
+
|
|
185
|
+
本次发布包含了以下内容:
|
|
186
|
+
|
|
187
|
+
改善已有的文档。
|
|
188
|
+
|
|
189
|
+
修改数据结构:
|
|
190
|
+
|
|
191
|
+
* [TableLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageInfo)
|
|
192
|
+
|
|
193
|
+
* 新增成员:DatasourceName, DatabaseName, DatabaseId
|
|
194
|
+
|
|
195
|
+
* [TableMeta](https://cloud.tencent.com/document/api/1267/76336#TableMeta)
|
|
196
|
+
|
|
197
|
+
* 新增成员:IsPartitionTable, PartitionColumns, PartitionExpireDays
|
|
198
|
+
|
|
39
199
|
|
|
40
200
|
|
|
41
201
|
|
|
@@ -30230,6 +30390,18 @@
|
|
|
30230
30390
|
|
|
30231
30391
|
## 日志服务(cls) 版本:2020-10-16
|
|
30232
30392
|
|
|
30393
|
+
### 第 85 次发布
|
|
30394
|
+
|
|
30395
|
+
发布时间:2024-03-14 01:11:38
|
|
30396
|
+
|
|
30397
|
+
本次发布包含了以下内容:
|
|
30398
|
+
|
|
30399
|
+
改善已有的文档。
|
|
30400
|
+
|
|
30401
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
30402
|
+
|
|
30403
|
+
* DescribeKafkaUser
|
|
30404
|
+
|
|
30233
30405
|
### 第 84 次发布
|
|
30234
30406
|
|
|
30235
30407
|
发布时间:2024-03-13 01:11:37
|
|
@@ -50460,6 +50632,33 @@
|
|
|
50460
50632
|
|
|
50461
50633
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
50462
50634
|
|
|
50635
|
+
### 第 30 次发布
|
|
50636
|
+
|
|
50637
|
+
发布时间:2024-03-14 01:14:21
|
|
50638
|
+
|
|
50639
|
+
本次发布包含了以下内容:
|
|
50640
|
+
|
|
50641
|
+
改善已有的文档。
|
|
50642
|
+
|
|
50643
|
+
新增接口:
|
|
50644
|
+
|
|
50645
|
+
* [[DescribeRecordLineCategoryList](https://cloud.tencent.com/document/api/1427/104320)](https://cloud.tencent.com/document/api/#/#)
|
|
50646
|
+
|
|
50647
|
+
修改接口:
|
|
50648
|
+
|
|
50649
|
+
* [CreateRecord](https://cloud.tencent.com/document/api/1427/56180)
|
|
50650
|
+
|
|
50651
|
+
* 新增入参:DnssecConflictMode
|
|
50652
|
+
|
|
50653
|
+
* [ModifyRecord](https://cloud.tencent.com/document/api/1427/56157)
|
|
50654
|
+
|
|
50655
|
+
* 新增入参:DnssecConflictMode
|
|
50656
|
+
|
|
50657
|
+
|
|
50658
|
+
新增数据结构:
|
|
50659
|
+
|
|
50660
|
+
* [[LineItem](https://cloud.tencent.com/document/api/1427/56185#LineItem)](https://cloud.tencent.com/document/api/1427/56185#[LineItem](https://cloud.tencent.com/document/api/1427/56185#LineItem))
|
|
50661
|
+
|
|
50463
50662
|
### 第 29 次发布
|
|
50464
50663
|
|
|
50465
50664
|
发布时间:2024-01-10 01:13:10
|
|
@@ -52768,6 +52967,21 @@
|
|
|
52768
52967
|
|
|
52769
52968
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
52770
52969
|
|
|
52970
|
+
### 第 25 次发布
|
|
52971
|
+
|
|
52972
|
+
发布时间:2024-03-14 01:15:02
|
|
52973
|
+
|
|
52974
|
+
本次发布包含了以下内容:
|
|
52975
|
+
|
|
52976
|
+
改善已有的文档。
|
|
52977
|
+
|
|
52978
|
+
修改数据结构:
|
|
52979
|
+
|
|
52980
|
+
* [DBInfo](https://cloud.tencent.com/document/api/571/82108#DBInfo)
|
|
52981
|
+
|
|
52982
|
+
* 新增成员:SetId
|
|
52983
|
+
|
|
52984
|
+
|
|
52771
52985
|
### 第 24 次发布
|
|
52772
52986
|
|
|
52773
52987
|
发布时间:2024-03-08 01:15:05
|
|
@@ -56281,6 +56495,25 @@
|
|
|
56281
56495
|
|
|
56282
56496
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
56283
56497
|
|
|
56498
|
+
### 第 61 次发布
|
|
56499
|
+
|
|
56500
|
+
发布时间:2024-03-14 01:15:43
|
|
56501
|
+
|
|
56502
|
+
本次发布包含了以下内容:
|
|
56503
|
+
|
|
56504
|
+
改善已有的文档。
|
|
56505
|
+
|
|
56506
|
+
修改接口:
|
|
56507
|
+
|
|
56508
|
+
* [DescribeHiveQueries](https://cloud.tencent.com/document/api/589/94487)
|
|
56509
|
+
|
|
56510
|
+
* 新增入参:State, EndTimeGte, EndTimeLte
|
|
56511
|
+
|
|
56512
|
+
* [DescribeImpalaQueries](https://cloud.tencent.com/document/api/589/94486)
|
|
56513
|
+
|
|
56514
|
+
* 新增入参:State, EndTimeGte, EndTimeLte
|
|
56515
|
+
|
|
56516
|
+
|
|
56284
56517
|
### 第 60 次发布
|
|
56285
56518
|
|
|
56286
56519
|
发布时间:2024-02-28 01:16:01
|
|
@@ -57685,6 +57918,26 @@
|
|
|
57685
57918
|
|
|
57686
57919
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
57687
57920
|
|
|
57921
|
+
### 第 54 次发布
|
|
57922
|
+
|
|
57923
|
+
发布时间:2024-03-14 01:15:53
|
|
57924
|
+
|
|
57925
|
+
本次发布包含了以下内容:
|
|
57926
|
+
|
|
57927
|
+
改善已有的文档。
|
|
57928
|
+
|
|
57929
|
+
新增接口:
|
|
57930
|
+
|
|
57931
|
+
* [[CheckMigrateIndexMetaData](https://cloud.tencent.com/document/api/845/104323)](https://cloud.tencent.com/document/api/#/#)
|
|
57932
|
+
* [[CreateCosMigrateToServerlessInstance](https://cloud.tencent.com/document/api/845/104322)](https://cloud.tencent.com/document/api/#/#)
|
|
57933
|
+
* [[DescribeUserCosSnapshotList](https://cloud.tencent.com/document/api/845/104321)](https://cloud.tencent.com/document/api/#/#)
|
|
57934
|
+
|
|
57935
|
+
新增数据结构:
|
|
57936
|
+
|
|
57937
|
+
* [[CommonIndexInfo](https://cloud.tencent.com/document/api/845/30634#CommonIndexInfo)](https://cloud.tencent.com/document/api/845/30634#[CommonIndexInfo](https://cloud.tencent.com/document/api/845/30634#CommonIndexInfo))
|
|
57938
|
+
* [[CosSnapShotInfo](https://cloud.tencent.com/document/api/845/30634#CosSnapShotInfo)](https://cloud.tencent.com/document/api/845/30634#[CosSnapShotInfo](https://cloud.tencent.com/document/api/845/30634#CosSnapShotInfo))
|
|
57939
|
+
* [[DataStreamInfo](https://cloud.tencent.com/document/api/845/30634#DataStreamInfo)](https://cloud.tencent.com/document/api/845/30634#[DataStreamInfo](https://cloud.tencent.com/document/api/845/30634#DataStreamInfo))
|
|
57940
|
+
|
|
57688
57941
|
### 第 53 次发布
|
|
57689
57942
|
|
|
57690
57943
|
发布时间:2024-03-13 16:49:04
|
|
@@ -57695,30 +57948,30 @@
|
|
|
57695
57948
|
|
|
57696
57949
|
新增接口:
|
|
57697
57950
|
|
|
57698
|
-
* [
|
|
57699
|
-
* [
|
|
57700
|
-
* [
|
|
57701
|
-
* [
|
|
57702
|
-
* [
|
|
57703
|
-
* [
|
|
57704
|
-
* [
|
|
57705
|
-
* [
|
|
57951
|
+
* [CreateServerlessInstance](https://cloud.tencent.com/document/api/845/104318)
|
|
57952
|
+
* [CreateServerlessSpaceV2](https://cloud.tencent.com/document/api/845/104317)
|
|
57953
|
+
* [DeleteServerlessInstance](https://cloud.tencent.com/document/api/845/104316)
|
|
57954
|
+
* [DeleteServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104315)
|
|
57955
|
+
* [DescribeServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104314)
|
|
57956
|
+
* [DescribeServerlessSpaces](https://cloud.tencent.com/document/api/845/104313)
|
|
57957
|
+
* [UpdateServerlessInstance](https://cloud.tencent.com/document/api/845/104312)
|
|
57958
|
+
* [UpdateServerlessSpace](https://cloud.tencent.com/document/api/845/104311)
|
|
57706
57959
|
|
|
57707
57960
|
新增数据结构:
|
|
57708
57961
|
|
|
57709
|
-
* [
|
|
57710
|
-
* [
|
|
57711
|
-
* [
|
|
57712
|
-
* [
|
|
57713
|
-
* [
|
|
57714
|
-
* [
|
|
57715
|
-
* [
|
|
57716
|
-
* [
|
|
57717
|
-
* [
|
|
57718
|
-
* [
|
|
57719
|
-
* [
|
|
57720
|
-
* [
|
|
57721
|
-
* [
|
|
57962
|
+
* [DiData](https://cloud.tencent.com/document/api/845/30634#DiData)
|
|
57963
|
+
* [DiDataSinkServerless](https://cloud.tencent.com/document/api/845/30634#DiDataSinkServerless)
|
|
57964
|
+
* [DiDataSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvm)
|
|
57965
|
+
* [DiDataSourceCvmInstance](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvmInstance)
|
|
57966
|
+
* [DiDataSourceTke](https://cloud.tencent.com/document/api/845/30634#DiDataSourceTke)
|
|
57967
|
+
* [DiSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiSourceCvm)
|
|
57968
|
+
* [DiSourceTke](https://cloud.tencent.com/document/api/845/30634#DiSourceTke)
|
|
57969
|
+
* [DiSourceTkePodLabel](https://cloud.tencent.com/document/api/845/30634#DiSourceTkePodLabel)
|
|
57970
|
+
* [KibanaPublicAcl](https://cloud.tencent.com/document/api/845/30634#KibanaPublicAcl)
|
|
57971
|
+
* [ServerlessDi](https://cloud.tencent.com/document/api/845/30634#ServerlessDi)
|
|
57972
|
+
* [ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace)
|
|
57973
|
+
* [ServerlessSpaceUser](https://cloud.tencent.com/document/api/845/30634#ServerlessSpaceUser)
|
|
57974
|
+
* [VpcInfo](https://cloud.tencent.com/document/api/845/30634#VpcInfo)
|
|
57722
57975
|
|
|
57723
57976
|
### 第 52 次发布
|
|
57724
57977
|
|
|
@@ -72931,6 +73184,21 @@
|
|
|
72931
73184
|
|
|
72932
73185
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
72933
73186
|
|
|
73187
|
+
### 第 57 次发布
|
|
73188
|
+
|
|
73189
|
+
发布时间:2024-03-14 01:17:47
|
|
73190
|
+
|
|
73191
|
+
本次发布包含了以下内容:
|
|
73192
|
+
|
|
73193
|
+
改善已有的文档。
|
|
73194
|
+
|
|
73195
|
+
修改数据结构:
|
|
73196
|
+
|
|
73197
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/1081/34988#InstanceDetail)
|
|
73198
|
+
|
|
73199
|
+
* 新增成员:UpDownTPS, UpDownCurrentTPS, ForwardTPS, ForwardCurrentTPS, CellNum, BillingTag, EverydayFreeMessageCount, MaxDeviceOnlineCount
|
|
73200
|
+
|
|
73201
|
+
|
|
72934
73202
|
### 第 56 次发布
|
|
72935
73203
|
|
|
72936
73204
|
发布时间:2024-02-26 01:17:19
|
|
@@ -79867,6 +80135,22 @@
|
|
|
79867
80135
|
|
|
79868
80136
|
## 云直播CSS(live) 版本:2018-08-01
|
|
79869
80137
|
|
|
80138
|
+
### 第 118 次发布
|
|
80139
|
+
|
|
80140
|
+
发布时间:2024-03-14 01:19:23
|
|
80141
|
+
|
|
80142
|
+
本次发布包含了以下内容:
|
|
80143
|
+
|
|
80144
|
+
改善已有的文档。
|
|
80145
|
+
|
|
80146
|
+
新增接口:
|
|
80147
|
+
|
|
80148
|
+
* [[DescribePullTransformPushInfo](https://cloud.tencent.com/document/api/267/104324)](https://cloud.tencent.com/document/api/#/#)
|
|
80149
|
+
|
|
80150
|
+
新增数据结构:
|
|
80151
|
+
|
|
80152
|
+
* [[TaskDurationInfo](https://cloud.tencent.com/document/api/267/20474#TaskDurationInfo)](https://cloud.tencent.com/document/api/267/20474#[TaskDurationInfo](https://cloud.tencent.com/document/api/267/20474#TaskDurationInfo))
|
|
80153
|
+
|
|
79870
80154
|
### 第 117 次发布
|
|
79871
80155
|
|
|
79872
80156
|
发布时间:2024-01-22 01:16:38
|
|
@@ -124141,6 +124425,18 @@
|
|
|
124141
124425
|
|
|
124142
124426
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
124143
124427
|
|
|
124428
|
+
### 第 53 次发布
|
|
124429
|
+
|
|
124430
|
+
发布时间:2024-03-14 01:25:59
|
|
124431
|
+
|
|
124432
|
+
本次发布包含了以下内容:
|
|
124433
|
+
|
|
124434
|
+
改善已有的文档。
|
|
124435
|
+
|
|
124436
|
+
新增接口:
|
|
124437
|
+
|
|
124438
|
+
* [[DescribeBuildInImages](https://cloud.tencent.com/document/api/851/104325)](https://cloud.tencent.com/document/api/#/#)
|
|
124439
|
+
|
|
124144
124440
|
### 第 52 次发布
|
|
124145
124441
|
|
|
124146
124442
|
发布时间:2024-03-13 01:25:17
|
|
@@ -148388,6 +148684,25 @@
|
|
|
148388
148684
|
|
|
148389
148685
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
148390
148686
|
|
|
148687
|
+
### 第 79 次发布
|
|
148688
|
+
|
|
148689
|
+
发布时间:2024-03-14 01:29:38
|
|
148690
|
+
|
|
148691
|
+
本次发布包含了以下内容:
|
|
148692
|
+
|
|
148693
|
+
改善已有的文档。
|
|
148694
|
+
|
|
148695
|
+
修改数据结构:
|
|
148696
|
+
|
|
148697
|
+
* [TableLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageInfo)
|
|
148698
|
+
|
|
148699
|
+
* 新增成员:DatasourceName, DatabaseName, DatabaseId
|
|
148700
|
+
|
|
148701
|
+
* [TableMeta](https://cloud.tencent.com/document/api/1267/76336#TableMeta)
|
|
148702
|
+
|
|
148703
|
+
* 新增成员:IsPartitionTable, PartitionColumns, PartitionExpireDays
|
|
148704
|
+
|
|
148705
|
+
|
|
148391
148706
|
### 第 78 次发布
|
|
148392
148707
|
|
|
148393
148708
|
发布时间:2024-03-13 01:28:24
|