tencentcloud-sdk-nodejs 4.0.344 → 4.0.345
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 +112 -0
- package/SERVICE_CHANGELOG.md +145 -247
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +2 -2
- package/src/services/cat/v20180409/cat_models.ts +22 -0
- package/src/services/cvm/v20170312/cvm_models.ts +22 -12
- package/src/services/emr/v20190103/emr_client.ts +12 -0
- package/src/services/emr/v20190103/emr_models.ts +20 -0
- package/src/services/oceanus/v20190422/oceanus_client.ts +31 -6
- package/src/services/oceanus/v20190422/oceanus_models.ts +186 -0
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +15 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +18 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +20 -12
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +18 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +11 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +15 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +157 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +12 -0
- package/test/emr.v20190103.test.js +10 -0
- package/test/oceanus.v20190422.test.js +22 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,115 @@
|
|
|
1
|
+
# Release 4.0.345
|
|
2
|
+
|
|
3
|
+
## 云拨测(cat) 版本:2018-04-09
|
|
4
|
+
|
|
5
|
+
### 第 9 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-05-23 06:03:34
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
|
|
16
|
+
|
|
17
|
+
* 新增入参:ClientNum
|
|
18
|
+
|
|
19
|
+
* 新增出参:TaskIDs
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
修改数据结构:
|
|
23
|
+
|
|
24
|
+
* [NodeDefine](https://cloud.tencent.com/document/api/280/40931#NodeDefine)
|
|
25
|
+
|
|
26
|
+
* 新增成员:CodeType, NodeDefineStatus
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
32
|
+
|
|
33
|
+
### 第 83 次发布
|
|
34
|
+
|
|
35
|
+
发布时间:2022-05-23 06:05:51
|
|
36
|
+
|
|
37
|
+
本次发布包含了以下内容:
|
|
38
|
+
|
|
39
|
+
改善已有的文档。
|
|
40
|
+
|
|
41
|
+
修改数据结构:
|
|
42
|
+
|
|
43
|
+
* [HostResource](https://cloud.tencent.com/document/api/213/15753#HostResource)
|
|
44
|
+
|
|
45
|
+
* 新增成员:GpuTotal, GpuAvailable
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
51
|
+
|
|
52
|
+
### 第 32 次发布
|
|
53
|
+
|
|
54
|
+
发布时间:2022-05-23 06:08:01
|
|
55
|
+
|
|
56
|
+
本次发布包含了以下内容:
|
|
57
|
+
|
|
58
|
+
改善已有的文档。
|
|
59
|
+
|
|
60
|
+
新增接口:
|
|
61
|
+
|
|
62
|
+
* [DescribeUsersForUserManager](https://cloud.tencent.com/document/api/589/74225)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
67
|
+
|
|
68
|
+
### 第 17 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2022-05-23 06:11:33
|
|
71
|
+
|
|
72
|
+
本次发布包含了以下内容:
|
|
73
|
+
|
|
74
|
+
改善已有的文档。
|
|
75
|
+
|
|
76
|
+
新增接口:
|
|
77
|
+
|
|
78
|
+
* [CheckSavepoint](https://cloud.tencent.com/document/api/849/74227)
|
|
79
|
+
* [DescribeJobSavepoint](https://cloud.tencent.com/document/api/849/74226)
|
|
80
|
+
|
|
81
|
+
新增数据结构:
|
|
82
|
+
|
|
83
|
+
* [Savepoint](https://cloud.tencent.com/document/api/849/52010#Savepoint)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
88
|
+
|
|
89
|
+
### 第 32 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2022-05-23 06:12:44
|
|
92
|
+
|
|
93
|
+
本次发布包含了以下内容:
|
|
94
|
+
|
|
95
|
+
改善已有的文档。
|
|
96
|
+
|
|
97
|
+
修改接口:
|
|
98
|
+
|
|
99
|
+
* [DescribeReadOnlyGroupByReadOnlyInstance](https://cloud.tencent.com/document/api/238/46773)
|
|
100
|
+
|
|
101
|
+
* 新增出参:MasterRegionId
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
修改数据结构:
|
|
105
|
+
|
|
106
|
+
* [ReadOnlyInstance](https://cloud.tencent.com/document/api/238/19976#ReadOnlyInstance)
|
|
107
|
+
|
|
108
|
+
* 新增成员:RegionId, ZoneId
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
1
113
|
# Release 4.0.344
|
|
2
114
|
|
|
3
115
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,35 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 66 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-05-20 06:04:11
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [CreatePayRollPreOrder](https://cloud.tencent.com/document/api/1122/74068)
|
|
16
|
-
* [CreatePayRollPreOrderWithAuth](https://cloud.tencent.com/document/api/1122/74067)
|
|
17
|
-
* [CreatePayRollToken](https://cloud.tencent.com/document/api/1122/74066)
|
|
18
|
-
* [GetPayRollAuth](https://cloud.tencent.com/document/api/1122/74065)
|
|
19
|
-
* [GetPayRollAuthList](https://cloud.tencent.com/document/api/1122/74064)
|
|
20
|
-
* [GetPayRollAuthResult](https://cloud.tencent.com/document/api/1122/74063)
|
|
21
|
-
|
|
22
|
-
新增数据结构:
|
|
23
|
-
|
|
24
|
-
* [PayRollAuthResult](https://cloud.tencent.com/document/api/1122/40683#PayRollAuthResult)
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
## 云服务器(cvm) 版本:2017-03-12
|
|
3
|
+
## 云拨测(cat) 版本:2018-04-09
|
|
29
4
|
|
|
30
|
-
### 第
|
|
5
|
+
### 第 9 次发布
|
|
31
6
|
|
|
32
|
-
发布时间:2022-05-
|
|
7
|
+
发布时间:2022-05-23 06:03:34
|
|
33
8
|
|
|
34
9
|
本次发布包含了以下内容:
|
|
35
10
|
|
|
@@ -37,37 +12,27 @@
|
|
|
37
12
|
|
|
38
13
|
修改接口:
|
|
39
14
|
|
|
40
|
-
* [
|
|
41
|
-
|
|
42
|
-
* 新增入参:DedicatedClusterId
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
## 数据湖计算(dlc) 版本:2021-01-25
|
|
48
|
-
|
|
49
|
-
### 第 16 次发布
|
|
15
|
+
* [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
|
|
50
16
|
|
|
51
|
-
|
|
17
|
+
* 新增入参:ClientNum
|
|
52
18
|
|
|
53
|
-
|
|
19
|
+
* 新增出参:TaskIDs
|
|
54
20
|
|
|
55
|
-
改善已有的文档。
|
|
56
21
|
|
|
57
22
|
修改数据结构:
|
|
58
23
|
|
|
59
|
-
* [
|
|
24
|
+
* [NodeDefine](https://cloud.tencent.com/document/api/280/40931#NodeDefine)
|
|
60
25
|
|
|
61
|
-
* 新增成员:
|
|
26
|
+
* 新增成员:CodeType, NodeDefineStatus
|
|
62
27
|
|
|
63
28
|
|
|
64
29
|
|
|
65
30
|
|
|
66
|
-
##
|
|
31
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
67
32
|
|
|
68
|
-
### 第
|
|
33
|
+
### 第 83 次发布
|
|
69
34
|
|
|
70
|
-
发布时间:2022-05-
|
|
35
|
+
发布时间:2022-05-23 06:05:51
|
|
71
36
|
|
|
72
37
|
本次发布包含了以下内容:
|
|
73
38
|
|
|
@@ -75,18 +40,18 @@
|
|
|
75
40
|
|
|
76
41
|
修改数据结构:
|
|
77
42
|
|
|
78
|
-
* [
|
|
43
|
+
* [HostResource](https://cloud.tencent.com/document/api/213/15753#HostResource)
|
|
79
44
|
|
|
80
|
-
* 新增成员:
|
|
45
|
+
* 新增成员:GpuTotal, GpuAvailable
|
|
81
46
|
|
|
82
47
|
|
|
83
48
|
|
|
84
49
|
|
|
85
50
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
86
51
|
|
|
87
|
-
### 第
|
|
52
|
+
### 第 32 次发布
|
|
88
53
|
|
|
89
|
-
发布时间:2022-05-
|
|
54
|
+
发布时间:2022-05-23 06:08:01
|
|
90
55
|
|
|
91
56
|
本次发布包含了以下内容:
|
|
92
57
|
|
|
@@ -94,22 +59,15 @@
|
|
|
94
59
|
|
|
95
60
|
新增接口:
|
|
96
61
|
|
|
97
|
-
* [
|
|
98
|
-
* [DescribeInstancesList](https://cloud.tencent.com/document/api/589/74070)
|
|
99
|
-
|
|
100
|
-
新增数据结构:
|
|
101
|
-
|
|
102
|
-
* [EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance)
|
|
103
|
-
* [Filters](https://cloud.tencent.com/document/api/589/33981#Filters)
|
|
104
|
-
* [UserInfoForUserManager](https://cloud.tencent.com/document/api/589/33981#UserInfoForUserManager)
|
|
62
|
+
* [DescribeUsersForUserManager](https://cloud.tencent.com/document/api/589/74225)
|
|
105
63
|
|
|
106
64
|
|
|
107
65
|
|
|
108
|
-
##
|
|
66
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
109
67
|
|
|
110
|
-
### 第
|
|
68
|
+
### 第 17 次发布
|
|
111
69
|
|
|
112
|
-
发布时间:2022-05-
|
|
70
|
+
发布时间:2022-05-23 06:11:33
|
|
113
71
|
|
|
114
72
|
本次发布包含了以下内容:
|
|
115
73
|
|
|
@@ -117,43 +75,20 @@
|
|
|
117
75
|
|
|
118
76
|
新增接口:
|
|
119
77
|
|
|
120
|
-
* [
|
|
121
|
-
* [
|
|
78
|
+
* [CheckSavepoint](https://cloud.tencent.com/document/api/849/74227)
|
|
79
|
+
* [DescribeJobSavepoint](https://cloud.tencent.com/document/api/849/74226)
|
|
122
80
|
|
|
123
81
|
新增数据结构:
|
|
124
82
|
|
|
125
|
-
* [
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
134
|
-
|
|
135
|
-
### 第 31 次发布
|
|
136
|
-
|
|
137
|
-
发布时间:2022-05-20 06:14:11
|
|
138
|
-
|
|
139
|
-
本次发布包含了以下内容:
|
|
140
|
-
|
|
141
|
-
改善已有的文档。
|
|
142
|
-
|
|
143
|
-
修改接口:
|
|
144
|
-
|
|
145
|
-
* [DescribeZones](https://cloud.tencent.com/document/api/1207/57513)
|
|
146
|
-
|
|
147
|
-
* 新增入参:OrderField, Order
|
|
148
|
-
|
|
83
|
+
* [Savepoint](https://cloud.tencent.com/document/api/849/52010#Savepoint)
|
|
149
84
|
|
|
150
85
|
|
|
151
86
|
|
|
152
87
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
153
88
|
|
|
154
|
-
### 第
|
|
89
|
+
### 第 32 次发布
|
|
155
90
|
|
|
156
|
-
发布时间:2022-05-
|
|
91
|
+
发布时间:2022-05-23 06:12:44
|
|
157
92
|
|
|
158
93
|
本次发布包含了以下内容:
|
|
159
94
|
|
|
@@ -161,144 +96,17 @@
|
|
|
161
96
|
|
|
162
97
|
修改接口:
|
|
163
98
|
|
|
164
|
-
* [
|
|
99
|
+
* [DescribeReadOnlyGroupByReadOnlyInstance](https://cloud.tencent.com/document/api/238/46773)
|
|
165
100
|
|
|
166
|
-
*
|
|
101
|
+
* 新增出参:MasterRegionId
|
|
167
102
|
|
|
168
103
|
|
|
169
104
|
修改数据结构:
|
|
170
105
|
|
|
171
|
-
* [
|
|
172
|
-
|
|
173
|
-
* 新增成员:Authentication
|
|
174
|
-
|
|
175
|
-
* [AccountDetail](https://cloud.tencent.com/document/api/238/19976#AccountDetail)
|
|
176
|
-
|
|
177
|
-
* 新增成员:Authentication, Host
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
## 证书(ssl) 版本:2019-12-05
|
|
183
|
-
|
|
184
|
-
### 第 12 次发布
|
|
185
|
-
|
|
186
|
-
发布时间:2022-05-20 06:17:18
|
|
187
|
-
|
|
188
|
-
本次发布包含了以下内容:
|
|
189
|
-
|
|
190
|
-
改善已有的文档。
|
|
191
|
-
|
|
192
|
-
新增接口:
|
|
193
|
-
|
|
194
|
-
* [HostCertificate](https://cloud.tencent.com/document/api/400/74073)
|
|
195
|
-
|
|
196
|
-
新增数据结构:
|
|
197
|
-
|
|
198
|
-
* [CertHostingInfo](https://cloud.tencent.com/document/api/400/41679#CertHostingInfo)
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
203
|
-
|
|
204
|
-
### 第 101 次发布
|
|
205
|
-
|
|
206
|
-
发布时间:2022-05-20 06:19:18
|
|
207
|
-
|
|
208
|
-
本次发布包含了以下内容:
|
|
209
|
-
|
|
210
|
-
改善已有的文档。
|
|
211
|
-
|
|
212
|
-
新增接口:
|
|
213
|
-
|
|
214
|
-
* [CreatePrometheusGlobalNotification](https://cloud.tencent.com/document/api/457/74076)
|
|
215
|
-
* [DescribePrometheusGlobalNotification](https://cloud.tencent.com/document/api/457/74075)
|
|
216
|
-
* [ModifyPrometheusGlobalNotification](https://cloud.tencent.com/document/api/457/74074)
|
|
217
|
-
|
|
218
|
-
修改接口:
|
|
219
|
-
|
|
220
|
-
* [CreatePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73918)
|
|
221
|
-
|
|
222
|
-
* 新增入参:InstanceId, AlertRule
|
|
223
|
-
|
|
224
|
-
* 新增出参:Id
|
|
225
|
-
|
|
226
|
-
* [CreatePrometheusTemp](https://cloud.tencent.com/document/api/457/73917)
|
|
227
|
-
|
|
228
|
-
* 新增入参:Template
|
|
229
|
-
|
|
230
|
-
* 新增出参:TemplateId
|
|
231
|
-
|
|
232
|
-
* [DeletePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73916)
|
|
233
|
-
|
|
234
|
-
* 新增入参:InstanceId, AlertIds, Names
|
|
235
|
-
|
|
236
|
-
* [DeletePrometheusTemp](https://cloud.tencent.com/document/api/457/73915)
|
|
237
|
-
|
|
238
|
-
* 新增入参:TemplateId
|
|
239
|
-
|
|
240
|
-
* [DeletePrometheusTempSync](https://cloud.tencent.com/document/api/457/73914)
|
|
241
|
-
|
|
242
|
-
* 新增入参:TemplateId, Targets
|
|
243
|
-
|
|
244
|
-
* [DescribePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73913)
|
|
245
|
-
|
|
246
|
-
* 新增入参:InstanceId, Offset, Limit, Filters
|
|
247
|
-
|
|
248
|
-
* 新增出参:AlertRules, Total
|
|
249
|
-
|
|
250
|
-
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/457/73912)
|
|
251
|
-
|
|
252
|
-
* 新增入参:InstanceId, Offset, Limit
|
|
253
|
-
|
|
254
|
-
* 新增出参:Agents, Total
|
|
255
|
-
|
|
256
|
-
* [DescribePrometheusInstancesOverview](https://cloud.tencent.com/document/api/457/73911)
|
|
257
|
-
|
|
258
|
-
* 新增入参:Offset, Limit, Filters
|
|
259
|
-
|
|
260
|
-
* 新增出参:Instances, Total
|
|
261
|
-
|
|
262
|
-
* [DescribePrometheusRecordRules](https://cloud.tencent.com/document/api/457/73910)
|
|
263
|
-
|
|
264
|
-
* 新增入参:InstanceId, Offset, Limit, Filters
|
|
265
|
-
|
|
266
|
-
* 新增出参:Records, Total
|
|
267
|
-
|
|
268
|
-
* [DescribePrometheusTemp](https://cloud.tencent.com/document/api/457/73909)
|
|
269
|
-
|
|
270
|
-
* 新增入参:Filters, Offset, Limit
|
|
271
|
-
|
|
272
|
-
* 新增出参:Templates, Total
|
|
273
|
-
|
|
274
|
-
* [DescribePrometheusTempSync](https://cloud.tencent.com/document/api/457/73908)
|
|
275
|
-
|
|
276
|
-
* 新增入参:TemplateId
|
|
277
|
-
|
|
278
|
-
* 新增出参:Targets
|
|
279
|
-
|
|
280
|
-
* [ModifyPrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73907)
|
|
281
|
-
|
|
282
|
-
* 新增入参:InstanceId, AlertRule
|
|
283
|
-
|
|
284
|
-
* [ModifyPrometheusTemp](https://cloud.tencent.com/document/api/457/74013)
|
|
285
|
-
|
|
286
|
-
* 新增入参:TemplateId, Template
|
|
287
|
-
|
|
288
|
-
* [SyncPrometheusTemp](https://cloud.tencent.com/document/api/457/73906)
|
|
289
|
-
|
|
290
|
-
* 新增入参:TemplateId, Targets
|
|
291
|
-
|
|
106
|
+
* [ReadOnlyInstance](https://cloud.tencent.com/document/api/238/19976#ReadOnlyInstance)
|
|
292
107
|
|
|
293
|
-
|
|
108
|
+
* 新增成员:RegionId, ZoneId
|
|
294
109
|
|
|
295
|
-
* [PrometheusAlertManagerConfig](https://cloud.tencent.com/document/api/457/31866#PrometheusAlertManagerConfig)
|
|
296
|
-
* [PrometheusAlertPolicyItem](https://cloud.tencent.com/document/api/457/31866#PrometheusAlertPolicyItem)
|
|
297
|
-
* [PrometheusInstancesOverview](https://cloud.tencent.com/document/api/457/31866#PrometheusInstancesOverview)
|
|
298
|
-
* [PrometheusNotificationItem](https://cloud.tencent.com/document/api/457/31866#PrometheusNotificationItem)
|
|
299
|
-
* [PrometheusRecordRuleYamlItem](https://cloud.tencent.com/document/api/457/31866#PrometheusRecordRuleYamlItem)
|
|
300
|
-
* [PrometheusTemp](https://cloud.tencent.com/document/api/457/31866#PrometheusTemp)
|
|
301
|
-
* [PrometheusTempModify](https://cloud.tencent.com/document/api/457/31866#PrometheusTempModify)
|
|
302
110
|
|
|
303
111
|
|
|
304
112
|
|
|
@@ -9057,6 +8865,30 @@
|
|
|
9057
8865
|
|
|
9058
8866
|
## 云拨测(cat) 版本:2018-04-09
|
|
9059
8867
|
|
|
8868
|
+
### 第 9 次发布
|
|
8869
|
+
|
|
8870
|
+
发布时间:2022-05-23 06:03:34
|
|
8871
|
+
|
|
8872
|
+
本次发布包含了以下内容:
|
|
8873
|
+
|
|
8874
|
+
改善已有的文档。
|
|
8875
|
+
|
|
8876
|
+
修改接口:
|
|
8877
|
+
|
|
8878
|
+
* [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
|
|
8879
|
+
|
|
8880
|
+
* 新增入参:ClientNum
|
|
8881
|
+
|
|
8882
|
+
* 新增出参:TaskIDs
|
|
8883
|
+
|
|
8884
|
+
|
|
8885
|
+
修改数据结构:
|
|
8886
|
+
|
|
8887
|
+
* [NodeDefine](https://cloud.tencent.com/document/api/280/40931#NodeDefine)
|
|
8888
|
+
|
|
8889
|
+
* 新增成员:CodeType, NodeDefineStatus
|
|
8890
|
+
|
|
8891
|
+
|
|
9060
8892
|
### 第 8 次发布
|
|
9061
8893
|
|
|
9062
8894
|
发布时间:2022-04-28 06:07:39
|
|
@@ -20747,16 +20579,16 @@
|
|
|
20747
20579
|
|
|
20748
20580
|
新增接口:
|
|
20749
20581
|
|
|
20750
|
-
* [
|
|
20751
|
-
* [
|
|
20752
|
-
* [
|
|
20753
|
-
* [
|
|
20754
|
-
* [
|
|
20755
|
-
* [
|
|
20582
|
+
* [CreatePayRollPreOrder](https://cloud.tencent.com/document/api/1122/74068)
|
|
20583
|
+
* [CreatePayRollPreOrderWithAuth](https://cloud.tencent.com/document/api/1122/74067)
|
|
20584
|
+
* [CreatePayRollToken](https://cloud.tencent.com/document/api/1122/74066)
|
|
20585
|
+
* [GetPayRollAuth](https://cloud.tencent.com/document/api/1122/74065)
|
|
20586
|
+
* [GetPayRollAuthList](https://cloud.tencent.com/document/api/1122/74064)
|
|
20587
|
+
* [GetPayRollAuthResult](https://cloud.tencent.com/document/api/1122/74063)
|
|
20756
20588
|
|
|
20757
20589
|
新增数据结构:
|
|
20758
20590
|
|
|
20759
|
-
* [
|
|
20591
|
+
* [PayRollAuthResult](https://cloud.tencent.com/document/api/1122/40683#PayRollAuthResult)
|
|
20760
20592
|
|
|
20761
20593
|
### 第 65 次发布
|
|
20762
20594
|
|
|
@@ -22624,6 +22456,21 @@
|
|
|
22624
22456
|
|
|
22625
22457
|
## 云服务器(cvm) 版本:2017-03-12
|
|
22626
22458
|
|
|
22459
|
+
### 第 83 次发布
|
|
22460
|
+
|
|
22461
|
+
发布时间:2022-05-23 06:05:51
|
|
22462
|
+
|
|
22463
|
+
本次发布包含了以下内容:
|
|
22464
|
+
|
|
22465
|
+
改善已有的文档。
|
|
22466
|
+
|
|
22467
|
+
修改数据结构:
|
|
22468
|
+
|
|
22469
|
+
* [HostResource](https://cloud.tencent.com/document/api/213/15753#HostResource)
|
|
22470
|
+
|
|
22471
|
+
* 新增成员:GpuTotal, GpuAvailable
|
|
22472
|
+
|
|
22473
|
+
|
|
22627
22474
|
### 第 82 次发布
|
|
22628
22475
|
|
|
22629
22476
|
发布时间:2022-05-20 06:04:47
|
|
@@ -32007,6 +31854,18 @@
|
|
|
32007
31854
|
|
|
32008
31855
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
32009
31856
|
|
|
31857
|
+
### 第 32 次发布
|
|
31858
|
+
|
|
31859
|
+
发布时间:2022-05-23 06:08:01
|
|
31860
|
+
|
|
31861
|
+
本次发布包含了以下内容:
|
|
31862
|
+
|
|
31863
|
+
改善已有的文档。
|
|
31864
|
+
|
|
31865
|
+
新增接口:
|
|
31866
|
+
|
|
31867
|
+
* [[DescribeUsersForUserManager](https://cloud.tencent.com/document/api/589/74225)](https://cloud.tencent.com/document/api/#/#)
|
|
31868
|
+
|
|
32010
31869
|
### 第 31 次发布
|
|
32011
31870
|
|
|
32012
31871
|
发布时间:2022-05-20 06:11:47
|
|
@@ -32017,14 +31876,14 @@
|
|
|
32017
31876
|
|
|
32018
31877
|
新增接口:
|
|
32019
31878
|
|
|
32020
|
-
* [
|
|
32021
|
-
* [
|
|
31879
|
+
* [AddUsersForUserManager](https://cloud.tencent.com/document/api/589/74069)
|
|
31880
|
+
* [DescribeInstancesList](https://cloud.tencent.com/document/api/589/74070)
|
|
32022
31881
|
|
|
32023
31882
|
新增数据结构:
|
|
32024
31883
|
|
|
32025
|
-
* [
|
|
32026
|
-
* [
|
|
32027
|
-
* [
|
|
31884
|
+
* [EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance)
|
|
31885
|
+
* [Filters](https://cloud.tencent.com/document/api/589/33981#Filters)
|
|
31886
|
+
* [UserInfoForUserManager](https://cloud.tencent.com/document/api/589/33981#UserInfoForUserManager)
|
|
32028
31887
|
|
|
32029
31888
|
### 第 30 次发布
|
|
32030
31889
|
|
|
@@ -39882,12 +39741,12 @@
|
|
|
39882
39741
|
|
|
39883
39742
|
新增接口:
|
|
39884
39743
|
|
|
39885
|
-
* [
|
|
39886
|
-
* [
|
|
39744
|
+
* [GetAllVersion](https://cloud.tencent.com/document/api/634/74072)
|
|
39745
|
+
* [ListFirmwares](https://cloud.tencent.com/document/api/634/74071)
|
|
39887
39746
|
|
|
39888
39747
|
新增数据结构:
|
|
39889
39748
|
|
|
39890
|
-
* [
|
|
39749
|
+
* [FirmwareInfo](https://cloud.tencent.com/document/api/634/71973#FirmwareInfo)
|
|
39891
39750
|
|
|
39892
39751
|
### 第 3 次发布
|
|
39893
39752
|
|
|
@@ -49698,6 +49557,23 @@
|
|
|
49698
49557
|
|
|
49699
49558
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
49700
49559
|
|
|
49560
|
+
### 第 17 次发布
|
|
49561
|
+
|
|
49562
|
+
发布时间:2022-05-23 06:11:33
|
|
49563
|
+
|
|
49564
|
+
本次发布包含了以下内容:
|
|
49565
|
+
|
|
49566
|
+
改善已有的文档。
|
|
49567
|
+
|
|
49568
|
+
新增接口:
|
|
49569
|
+
|
|
49570
|
+
* [[CheckSavepoint](https://cloud.tencent.com/document/api/849/74227)](https://cloud.tencent.com/document/api/#/#)
|
|
49571
|
+
* [[DescribeJobSavepoint](https://cloud.tencent.com/document/api/849/74226)](https://cloud.tencent.com/document/api/#/#)
|
|
49572
|
+
|
|
49573
|
+
新增数据结构:
|
|
49574
|
+
|
|
49575
|
+
* [[Savepoint](https://cloud.tencent.com/document/api/849/52010#Savepoint)](https://cloud.tencent.com/document/api/849/52010#[Savepoint](https://cloud.tencent.com/document/api/849/52010#Savepoint))
|
|
49576
|
+
|
|
49701
49577
|
### 第 16 次发布
|
|
49702
49578
|
|
|
49703
49579
|
发布时间:2022-03-03 08:09:36
|
|
@@ -56095,6 +55971,28 @@
|
|
|
56095
55971
|
|
|
56096
55972
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
56097
55973
|
|
|
55974
|
+
### 第 32 次发布
|
|
55975
|
+
|
|
55976
|
+
发布时间:2022-05-23 06:12:44
|
|
55977
|
+
|
|
55978
|
+
本次发布包含了以下内容:
|
|
55979
|
+
|
|
55980
|
+
改善已有的文档。
|
|
55981
|
+
|
|
55982
|
+
修改接口:
|
|
55983
|
+
|
|
55984
|
+
* [DescribeReadOnlyGroupByReadOnlyInstance](https://cloud.tencent.com/document/api/238/46773)
|
|
55985
|
+
|
|
55986
|
+
* 新增出参:MasterRegionId
|
|
55987
|
+
|
|
55988
|
+
|
|
55989
|
+
修改数据结构:
|
|
55990
|
+
|
|
55991
|
+
* [ReadOnlyInstance](https://cloud.tencent.com/document/api/238/19976#ReadOnlyInstance)
|
|
55992
|
+
|
|
55993
|
+
* 新增成员:RegionId, ZoneId
|
|
55994
|
+
|
|
55995
|
+
|
|
56098
55996
|
### 第 31 次发布
|
|
56099
55997
|
|
|
56100
55998
|
发布时间:2022-05-20 06:16:38
|
|
@@ -57143,11 +57041,11 @@
|
|
|
57143
57041
|
|
|
57144
57042
|
新增接口:
|
|
57145
57043
|
|
|
57146
|
-
* [
|
|
57044
|
+
* [HostCertificate](https://cloud.tencent.com/document/api/400/74073)
|
|
57147
57045
|
|
|
57148
57046
|
新增数据结构:
|
|
57149
57047
|
|
|
57150
|
-
* [
|
|
57048
|
+
* [CertHostingInfo](https://cloud.tencent.com/document/api/400/41679#CertHostingInfo)
|
|
57151
57049
|
|
|
57152
57050
|
### 第 11 次发布
|
|
57153
57051
|
|
|
@@ -66442,9 +66340,9 @@
|
|
|
66442
66340
|
|
|
66443
66341
|
新增接口:
|
|
66444
66342
|
|
|
66445
|
-
* [
|
|
66446
|
-
* [
|
|
66447
|
-
* [
|
|
66343
|
+
* [CreatePrometheusGlobalNotification](https://cloud.tencent.com/document/api/457/74076)
|
|
66344
|
+
* [DescribePrometheusGlobalNotification](https://cloud.tencent.com/document/api/457/74075)
|
|
66345
|
+
* [ModifyPrometheusGlobalNotification](https://cloud.tencent.com/document/api/457/74074)
|
|
66448
66346
|
|
|
66449
66347
|
修改接口:
|
|
66450
66348
|
|
|
@@ -66523,13 +66421,13 @@
|
|
|
66523
66421
|
|
|
66524
66422
|
新增数据结构:
|
|
66525
66423
|
|
|
66526
|
-
* [
|
|
66527
|
-
* [
|
|
66528
|
-
* [
|
|
66529
|
-
* [
|
|
66530
|
-
* [
|
|
66531
|
-
* [
|
|
66532
|
-
* [
|
|
66424
|
+
* [PrometheusAlertManagerConfig](https://cloud.tencent.com/document/api/457/31866#PrometheusAlertManagerConfig)
|
|
66425
|
+
* [PrometheusAlertPolicyItem](https://cloud.tencent.com/document/api/457/31866#PrometheusAlertPolicyItem)
|
|
66426
|
+
* [PrometheusInstancesOverview](https://cloud.tencent.com/document/api/457/31866#PrometheusInstancesOverview)
|
|
66427
|
+
* [PrometheusNotificationItem](https://cloud.tencent.com/document/api/457/31866#PrometheusNotificationItem)
|
|
66428
|
+
* [PrometheusRecordRuleYamlItem](https://cloud.tencent.com/document/api/457/31866#PrometheusRecordRuleYamlItem)
|
|
66429
|
+
* [PrometheusTemp](https://cloud.tencent.com/document/api/457/31866#PrometheusTemp)
|
|
66430
|
+
* [PrometheusTempModify](https://cloud.tencent.com/document/api/457/31866#PrometheusTempModify)
|
|
66533
66431
|
|
|
66534
66432
|
### 第 100 次发布
|
|
66535
66433
|
|