tencentcloud-sdk-nodejs 4.0.343 → 4.0.344
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 +304 -0
- package/SERVICE_CHANGELOG.md +493 -25
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/cpdp/v20190820/cpdp_client.ts +94 -21
- package/src/services/cpdp/v20190820/cpdp_models.ts +895 -387
- package/src/services/cvm/v20170312/cvm_models.ts +5 -0
- package/src/services/dlc/v20210125/dlc_models.ts +24 -0
- package/src/services/ecm/v20190719/ecm_models.ts +6 -0
- package/src/services/emr/v20190103/emr_client.ts +135 -108
- package/src/services/emr/v20190103/emr_models.ts +329 -57
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +27 -2
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +144 -30
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +17 -1
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +101 -80
- package/src/services/ssl/v20191205/ssl_client.ts +15 -2
- package/src/services/ssl/v20191205/ssl_models.ts +89 -31
- package/src/services/tke/v20180525/tke_client.ts +61 -18
- package/src/services/tke/v20180525/tke_models.ts +783 -46
- package/src/services/tsf/v20180326/tsf_models.ts +4 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +29 -5
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +42 -6
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +785 -360
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +20 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +5 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +47 -39
- package/tencentcloud/services/emr/v20190103/emr_client.js +69 -57
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +278 -50
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +9 -1
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +12 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +124 -27
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +16 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +95 -78
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +77 -27
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +27 -15
- package/tencentcloud/services/tke/v20180525/tke_client.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +671 -40
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -1
- package/test/cpdp.v20190820.test.js +64 -4
- package/test/emr.v20190103.test.js +60 -40
- package/test/iotcloud.v20210408.test.js +20 -0
- package/test/ssl.v20191205.test.js +10 -0
- package/test/tke.v20180525.test.js +30 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,35 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 66 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-05-
|
|
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
|
|
29
|
+
|
|
30
|
+
### 第 82 次发布
|
|
31
|
+
|
|
32
|
+
发布时间:2022-05-20 06:04:47
|
|
8
33
|
|
|
9
34
|
本次发布包含了以下内容:
|
|
10
35
|
|
|
@@ -12,37 +37,104 @@
|
|
|
12
37
|
|
|
13
38
|
修改接口:
|
|
14
39
|
|
|
15
|
-
* [
|
|
40
|
+
* [RunInstances](https://cloud.tencent.com/document/api/213/15730)
|
|
16
41
|
|
|
17
|
-
* 新增入参:
|
|
42
|
+
* 新增入参:DedicatedClusterId
|
|
18
43
|
|
|
19
|
-
* [CreateServiceLinkedRole](https://cloud.tencent.com/document/api/598/43711)
|
|
20
44
|
|
|
21
|
-
* 新增入参:Tags
|
|
22
45
|
|
|
23
|
-
* [DescribeRoleList](https://cloud.tencent.com/document/api/598/36223)
|
|
24
46
|
|
|
25
|
-
|
|
47
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
48
|
+
|
|
49
|
+
### 第 16 次发布
|
|
26
50
|
|
|
51
|
+
发布时间:2022-05-20 06:10:49
|
|
27
52
|
|
|
28
|
-
|
|
53
|
+
本次发布包含了以下内容:
|
|
29
54
|
|
|
30
|
-
|
|
55
|
+
改善已有的文档。
|
|
31
56
|
|
|
32
57
|
修改数据结构:
|
|
33
58
|
|
|
34
|
-
* [
|
|
59
|
+
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
35
60
|
|
|
36
|
-
* 新增成员:
|
|
61
|
+
* 新增成员:SparkJobName, SparkJobId, SparkJobFile, UiUrl
|
|
37
62
|
|
|
38
63
|
|
|
39
64
|
|
|
40
65
|
|
|
41
|
-
##
|
|
66
|
+
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
67
|
+
|
|
68
|
+
### 第 60 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2022-05-20 06:11:20
|
|
71
|
+
|
|
72
|
+
本次发布包含了以下内容:
|
|
73
|
+
|
|
74
|
+
改善已有的文档。
|
|
75
|
+
|
|
76
|
+
修改数据结构:
|
|
77
|
+
|
|
78
|
+
* [NetworkInterface](https://cloud.tencent.com/document/api/1108/42574#NetworkInterface)
|
|
79
|
+
|
|
80
|
+
* 新增成员:Business
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
86
|
+
|
|
87
|
+
### 第 31 次发布
|
|
88
|
+
|
|
89
|
+
发布时间:2022-05-20 06:11:47
|
|
90
|
+
|
|
91
|
+
本次发布包含了以下内容:
|
|
92
|
+
|
|
93
|
+
改善已有的文档。
|
|
94
|
+
|
|
95
|
+
新增接口:
|
|
96
|
+
|
|
97
|
+
* [AddUsersForUserManager](https://cloud.tencent.com/document/api/589/74069)
|
|
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)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
42
109
|
|
|
43
110
|
### 第 4 次发布
|
|
44
111
|
|
|
45
|
-
发布时间:2022-05-
|
|
112
|
+
发布时间:2022-05-20 06:13:13
|
|
113
|
+
|
|
114
|
+
本次发布包含了以下内容:
|
|
115
|
+
|
|
116
|
+
改善已有的文档。
|
|
117
|
+
|
|
118
|
+
新增接口:
|
|
119
|
+
|
|
120
|
+
* [GetAllVersion](https://cloud.tencent.com/document/api/634/74072)
|
|
121
|
+
* [ListFirmwares](https://cloud.tencent.com/document/api/634/74071)
|
|
122
|
+
|
|
123
|
+
新增数据结构:
|
|
124
|
+
|
|
125
|
+
* [FirmwareInfo](https://cloud.tencent.com/document/api/634/71973#FirmwareInfo)
|
|
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
|
|
46
138
|
|
|
47
139
|
本次发布包含了以下内容:
|
|
48
140
|
|
|
@@ -50,37 +142,68 @@
|
|
|
50
142
|
|
|
51
143
|
修改接口:
|
|
52
144
|
|
|
53
|
-
* [
|
|
145
|
+
* [DescribeZones](https://cloud.tencent.com/document/api/1207/57513)
|
|
54
146
|
|
|
55
|
-
* 新增入参:
|
|
147
|
+
* 新增入参:OrderField, Order
|
|
56
148
|
|
|
57
149
|
|
|
58
150
|
|
|
59
151
|
|
|
60
152
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
61
153
|
|
|
62
|
-
### 第
|
|
154
|
+
### 第 31 次发布
|
|
63
155
|
|
|
64
|
-
发布时间:2022-05-
|
|
156
|
+
发布时间:2022-05-20 06:16:38
|
|
65
157
|
|
|
66
158
|
本次发布包含了以下内容:
|
|
67
159
|
|
|
68
160
|
改善已有的文档。
|
|
69
161
|
|
|
162
|
+
修改接口:
|
|
163
|
+
|
|
164
|
+
* [UpgradeDBInstance](https://cloud.tencent.com/document/api/238/19948)
|
|
165
|
+
|
|
166
|
+
* 新增入参:WaitSwitch
|
|
167
|
+
|
|
168
|
+
|
|
70
169
|
修改数据结构:
|
|
71
170
|
|
|
72
|
-
* [
|
|
171
|
+
* [AccountCreateInfo](https://cloud.tencent.com/document/api/238/19976#AccountCreateInfo)
|
|
172
|
+
|
|
173
|
+
* 新增成员:Authentication
|
|
174
|
+
|
|
175
|
+
* [AccountDetail](https://cloud.tencent.com/document/api/238/19976#AccountDetail)
|
|
176
|
+
|
|
177
|
+
* 新增成员:Authentication, Host
|
|
73
178
|
|
|
74
|
-
* 新增成员:IsAdmin
|
|
75
179
|
|
|
76
180
|
|
|
77
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
|
+
|
|
78
201
|
|
|
79
202
|
## 容器服务(tke) 版本:2018-05-25
|
|
80
203
|
|
|
81
|
-
### 第
|
|
204
|
+
### 第 101 次发布
|
|
82
205
|
|
|
83
|
-
发布时间:2022-05-
|
|
206
|
+
发布时间:2022-05-20 06:19:18
|
|
84
207
|
|
|
85
208
|
本次发布包含了以下内容:
|
|
86
209
|
|
|
@@ -88,8 +211,95 @@
|
|
|
88
211
|
|
|
89
212
|
新增接口:
|
|
90
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
|
+
|
|
91
284
|
* [ModifyPrometheusTemp](https://cloud.tencent.com/document/api/457/74013)
|
|
92
285
|
|
|
286
|
+
* 新增入参:TemplateId, Template
|
|
287
|
+
|
|
288
|
+
* [SyncPrometheusTemp](https://cloud.tencent.com/document/api/457/73906)
|
|
289
|
+
|
|
290
|
+
* 新增入参:TemplateId, Targets
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
新增数据结构:
|
|
294
|
+
|
|
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
|
+
|
|
93
303
|
|
|
94
304
|
|
|
95
305
|
# 历次版本更新如下:
|
|
@@ -7764,7 +7974,7 @@
|
|
|
7764
7974
|
|
|
7765
7975
|
新增数据结构:
|
|
7766
7976
|
|
|
7767
|
-
* [
|
|
7977
|
+
* [RoleTags](https://cloud.tencent.com/document/api/598/33167#RoleTags)
|
|
7768
7978
|
|
|
7769
7979
|
修改数据结构:
|
|
7770
7980
|
|
|
@@ -20527,6 +20737,27 @@
|
|
|
20527
20737
|
|
|
20528
20738
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
20529
20739
|
|
|
20740
|
+
### 第 66 次发布
|
|
20741
|
+
|
|
20742
|
+
发布时间:2022-05-20 06:04:11
|
|
20743
|
+
|
|
20744
|
+
本次发布包含了以下内容:
|
|
20745
|
+
|
|
20746
|
+
改善已有的文档。
|
|
20747
|
+
|
|
20748
|
+
新增接口:
|
|
20749
|
+
|
|
20750
|
+
* [[CreatePayRollPreOrder](https://cloud.tencent.com/document/api/1122/74068)](https://cloud.tencent.com/document/api/#/#)
|
|
20751
|
+
* [[CreatePayRollPreOrderWithAuth](https://cloud.tencent.com/document/api/1122/74067)](https://cloud.tencent.com/document/api/#/#)
|
|
20752
|
+
* [[CreatePayRollToken](https://cloud.tencent.com/document/api/1122/74066)](https://cloud.tencent.com/document/api/#/#)
|
|
20753
|
+
* [[GetPayRollAuth](https://cloud.tencent.com/document/api/1122/74065)](https://cloud.tencent.com/document/api/#/#)
|
|
20754
|
+
* [[GetPayRollAuthList](https://cloud.tencent.com/document/api/1122/74064)](https://cloud.tencent.com/document/api/#/#)
|
|
20755
|
+
* [[GetPayRollAuthResult](https://cloud.tencent.com/document/api/1122/74063)](https://cloud.tencent.com/document/api/#/#)
|
|
20756
|
+
|
|
20757
|
+
新增数据结构:
|
|
20758
|
+
|
|
20759
|
+
* [[PayRollAuthResult](https://cloud.tencent.com/document/api/1122/40683#PayRollAuthResult)](https://cloud.tencent.com/document/api/1122/40683#[PayRollAuthResult](https://cloud.tencent.com/document/api/1122/40683#PayRollAuthResult))
|
|
20760
|
+
|
|
20530
20761
|
### 第 65 次发布
|
|
20531
20762
|
|
|
20532
20763
|
发布时间:2022-05-05 11:48:14
|
|
@@ -22393,6 +22624,21 @@
|
|
|
22393
22624
|
|
|
22394
22625
|
## 云服务器(cvm) 版本:2017-03-12
|
|
22395
22626
|
|
|
22627
|
+
### 第 82 次发布
|
|
22628
|
+
|
|
22629
|
+
发布时间:2022-05-20 06:04:47
|
|
22630
|
+
|
|
22631
|
+
本次发布包含了以下内容:
|
|
22632
|
+
|
|
22633
|
+
改善已有的文档。
|
|
22634
|
+
|
|
22635
|
+
修改接口:
|
|
22636
|
+
|
|
22637
|
+
* [RunInstances](https://cloud.tencent.com/document/api/213/15730)
|
|
22638
|
+
|
|
22639
|
+
* 新增入参:DedicatedClusterId
|
|
22640
|
+
|
|
22641
|
+
|
|
22396
22642
|
### 第 81 次发布
|
|
22397
22643
|
|
|
22398
22644
|
发布时间:2022-05-09 06:05:50
|
|
@@ -28034,6 +28280,21 @@
|
|
|
28034
28280
|
|
|
28035
28281
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
28036
28282
|
|
|
28283
|
+
### 第 16 次发布
|
|
28284
|
+
|
|
28285
|
+
发布时间:2022-05-20 06:10:49
|
|
28286
|
+
|
|
28287
|
+
本次发布包含了以下内容:
|
|
28288
|
+
|
|
28289
|
+
改善已有的文档。
|
|
28290
|
+
|
|
28291
|
+
修改数据结构:
|
|
28292
|
+
|
|
28293
|
+
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
28294
|
+
|
|
28295
|
+
* 新增成员:SparkJobName, SparkJobId, SparkJobFile, UiUrl
|
|
28296
|
+
|
|
28297
|
+
|
|
28037
28298
|
### 第 15 次发布
|
|
28038
28299
|
|
|
28039
28300
|
发布时间:2022-05-12 06:10:06
|
|
@@ -29956,6 +30217,21 @@
|
|
|
29956
30217
|
|
|
29957
30218
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
29958
30219
|
|
|
30220
|
+
### 第 60 次发布
|
|
30221
|
+
|
|
30222
|
+
发布时间:2022-05-20 06:11:20
|
|
30223
|
+
|
|
30224
|
+
本次发布包含了以下内容:
|
|
30225
|
+
|
|
30226
|
+
改善已有的文档。
|
|
30227
|
+
|
|
30228
|
+
修改数据结构:
|
|
30229
|
+
|
|
30230
|
+
* [NetworkInterface](https://cloud.tencent.com/document/api/1108/42574#NetworkInterface)
|
|
30231
|
+
|
|
30232
|
+
* 新增成员:Business
|
|
30233
|
+
|
|
30234
|
+
|
|
29959
30235
|
### 第 59 次发布
|
|
29960
30236
|
|
|
29961
30237
|
发布时间:2021-11-18 20:07:06
|
|
@@ -31731,6 +32007,25 @@
|
|
|
31731
32007
|
|
|
31732
32008
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
31733
32009
|
|
|
32010
|
+
### 第 31 次发布
|
|
32011
|
+
|
|
32012
|
+
发布时间:2022-05-20 06:11:47
|
|
32013
|
+
|
|
32014
|
+
本次发布包含了以下内容:
|
|
32015
|
+
|
|
32016
|
+
改善已有的文档。
|
|
32017
|
+
|
|
32018
|
+
新增接口:
|
|
32019
|
+
|
|
32020
|
+
* [[AddUsersForUserManager](https://cloud.tencent.com/document/api/589/74069)](https://cloud.tencent.com/document/api/#/#)
|
|
32021
|
+
* [[DescribeInstancesList](https://cloud.tencent.com/document/api/589/74070)](https://cloud.tencent.com/document/api/#/#)
|
|
32022
|
+
|
|
32023
|
+
新增数据结构:
|
|
32024
|
+
|
|
32025
|
+
* [[EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance)](https://cloud.tencent.com/document/api/589/33981#[EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance))
|
|
32026
|
+
* [[Filters](https://cloud.tencent.com/document/api/589/33981#Filters)](https://cloud.tencent.com/document/api/589/33981#[Filters](https://cloud.tencent.com/document/api/589/33981#Filters))
|
|
32027
|
+
* [[UserInfoForUserManager](https://cloud.tencent.com/document/api/589/33981#UserInfoForUserManager)](https://cloud.tencent.com/document/api/589/33981#[UserInfoForUserManager](https://cloud.tencent.com/document/api/589/33981#UserInfoForUserManager))
|
|
32028
|
+
|
|
31734
32029
|
### 第 30 次发布
|
|
31735
32030
|
|
|
31736
32031
|
发布时间:2022-05-13 06:12:03
|
|
@@ -39577,6 +39872,23 @@
|
|
|
39577
39872
|
|
|
39578
39873
|
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
39579
39874
|
|
|
39875
|
+
### 第 4 次发布
|
|
39876
|
+
|
|
39877
|
+
发布时间:2022-05-20 06:13:13
|
|
39878
|
+
|
|
39879
|
+
本次发布包含了以下内容:
|
|
39880
|
+
|
|
39881
|
+
改善已有的文档。
|
|
39882
|
+
|
|
39883
|
+
新增接口:
|
|
39884
|
+
|
|
39885
|
+
* [[GetAllVersion](https://cloud.tencent.com/document/api/634/74072)](https://cloud.tencent.com/document/api/#/#)
|
|
39886
|
+
* [[ListFirmwares](https://cloud.tencent.com/document/api/634/74071)](https://cloud.tencent.com/document/api/#/#)
|
|
39887
|
+
|
|
39888
|
+
新增数据结构:
|
|
39889
|
+
|
|
39890
|
+
* [[FirmwareInfo](https://cloud.tencent.com/document/api/634/71973#FirmwareInfo)](https://cloud.tencent.com/document/api/634/71973#[FirmwareInfo](https://cloud.tencent.com/document/api/634/71973#FirmwareInfo))
|
|
39891
|
+
|
|
39580
39892
|
### 第 3 次发布
|
|
39581
39893
|
|
|
39582
39894
|
发布时间:2022-05-11 10:24:44
|
|
@@ -42512,6 +42824,21 @@
|
|
|
42512
42824
|
|
|
42513
42825
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
42514
42826
|
|
|
42827
|
+
### 第 31 次发布
|
|
42828
|
+
|
|
42829
|
+
发布时间:2022-05-20 06:14:11
|
|
42830
|
+
|
|
42831
|
+
本次发布包含了以下内容:
|
|
42832
|
+
|
|
42833
|
+
改善已有的文档。
|
|
42834
|
+
|
|
42835
|
+
修改接口:
|
|
42836
|
+
|
|
42837
|
+
* [DescribeZones](https://cloud.tencent.com/document/api/1207/57513)
|
|
42838
|
+
|
|
42839
|
+
* 新增入参:OrderField, Order
|
|
42840
|
+
|
|
42841
|
+
|
|
42515
42842
|
### 第 30 次发布
|
|
42516
42843
|
|
|
42517
42844
|
发布时间:2022-04-29 06:09:55
|
|
@@ -55768,6 +56095,32 @@
|
|
|
55768
56095
|
|
|
55769
56096
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
55770
56097
|
|
|
56098
|
+
### 第 31 次发布
|
|
56099
|
+
|
|
56100
|
+
发布时间:2022-05-20 06:16:38
|
|
56101
|
+
|
|
56102
|
+
本次发布包含了以下内容:
|
|
56103
|
+
|
|
56104
|
+
改善已有的文档。
|
|
56105
|
+
|
|
56106
|
+
修改接口:
|
|
56107
|
+
|
|
56108
|
+
* [UpgradeDBInstance](https://cloud.tencent.com/document/api/238/19948)
|
|
56109
|
+
|
|
56110
|
+
* 新增入参:WaitSwitch
|
|
56111
|
+
|
|
56112
|
+
|
|
56113
|
+
修改数据结构:
|
|
56114
|
+
|
|
56115
|
+
* [AccountCreateInfo](https://cloud.tencent.com/document/api/238/19976#AccountCreateInfo)
|
|
56116
|
+
|
|
56117
|
+
* 新增成员:Authentication
|
|
56118
|
+
|
|
56119
|
+
* [AccountDetail](https://cloud.tencent.com/document/api/238/19976#AccountDetail)
|
|
56120
|
+
|
|
56121
|
+
* 新增成员:Authentication, Host
|
|
56122
|
+
|
|
56123
|
+
|
|
55771
56124
|
### 第 30 次发布
|
|
55772
56125
|
|
|
55773
56126
|
发布时间:2022-05-19 06:17:03
|
|
@@ -56780,6 +57133,22 @@
|
|
|
56780
57133
|
|
|
56781
57134
|
## 证书(ssl) 版本:2019-12-05
|
|
56782
57135
|
|
|
57136
|
+
### 第 12 次发布
|
|
57137
|
+
|
|
57138
|
+
发布时间:2022-05-20 06:17:18
|
|
57139
|
+
|
|
57140
|
+
本次发布包含了以下内容:
|
|
57141
|
+
|
|
57142
|
+
改善已有的文档。
|
|
57143
|
+
|
|
57144
|
+
新增接口:
|
|
57145
|
+
|
|
57146
|
+
* [[HostCertificate](https://cloud.tencent.com/document/api/400/74073)](https://cloud.tencent.com/document/api/#/#)
|
|
57147
|
+
|
|
57148
|
+
新增数据结构:
|
|
57149
|
+
|
|
57150
|
+
* [[CertHostingInfo](https://cloud.tencent.com/document/api/400/41679#CertHostingInfo)](https://cloud.tencent.com/document/api/400/41679#[CertHostingInfo](https://cloud.tencent.com/document/api/400/41679#CertHostingInfo))
|
|
57151
|
+
|
|
56783
57152
|
### 第 11 次发布
|
|
56784
57153
|
|
|
56785
57154
|
发布时间:2022-02-11 08:11:30
|
|
@@ -66063,6 +66432,105 @@
|
|
|
66063
66432
|
|
|
66064
66433
|
## 容器服务(tke) 版本:2018-05-25
|
|
66065
66434
|
|
|
66435
|
+
### 第 101 次发布
|
|
66436
|
+
|
|
66437
|
+
发布时间:2022-05-20 06:19:18
|
|
66438
|
+
|
|
66439
|
+
本次发布包含了以下内容:
|
|
66440
|
+
|
|
66441
|
+
改善已有的文档。
|
|
66442
|
+
|
|
66443
|
+
新增接口:
|
|
66444
|
+
|
|
66445
|
+
* [[CreatePrometheusGlobalNotification](https://cloud.tencent.com/document/api/457/74076)](https://cloud.tencent.com/document/api/#/#)
|
|
66446
|
+
* [[DescribePrometheusGlobalNotification](https://cloud.tencent.com/document/api/457/74075)](https://cloud.tencent.com/document/api/#/#)
|
|
66447
|
+
* [[ModifyPrometheusGlobalNotification](https://cloud.tencent.com/document/api/457/74074)](https://cloud.tencent.com/document/api/#/#)
|
|
66448
|
+
|
|
66449
|
+
修改接口:
|
|
66450
|
+
|
|
66451
|
+
* [CreatePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73918)
|
|
66452
|
+
|
|
66453
|
+
* 新增入参:InstanceId, AlertRule
|
|
66454
|
+
|
|
66455
|
+
* 新增出参:Id
|
|
66456
|
+
|
|
66457
|
+
* [CreatePrometheusTemp](https://cloud.tencent.com/document/api/457/73917)
|
|
66458
|
+
|
|
66459
|
+
* 新增入参:Template
|
|
66460
|
+
|
|
66461
|
+
* 新增出参:TemplateId
|
|
66462
|
+
|
|
66463
|
+
* [DeletePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73916)
|
|
66464
|
+
|
|
66465
|
+
* 新增入参:InstanceId, AlertIds, Names
|
|
66466
|
+
|
|
66467
|
+
* [DeletePrometheusTemp](https://cloud.tencent.com/document/api/457/73915)
|
|
66468
|
+
|
|
66469
|
+
* 新增入参:TemplateId
|
|
66470
|
+
|
|
66471
|
+
* [DeletePrometheusTempSync](https://cloud.tencent.com/document/api/457/73914)
|
|
66472
|
+
|
|
66473
|
+
* 新增入参:TemplateId, Targets
|
|
66474
|
+
|
|
66475
|
+
* [DescribePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73913)
|
|
66476
|
+
|
|
66477
|
+
* 新增入参:InstanceId, Offset, Limit, Filters
|
|
66478
|
+
|
|
66479
|
+
* 新增出参:AlertRules, Total
|
|
66480
|
+
|
|
66481
|
+
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/457/73912)
|
|
66482
|
+
|
|
66483
|
+
* 新增入参:InstanceId, Offset, Limit
|
|
66484
|
+
|
|
66485
|
+
* 新增出参:Agents, Total
|
|
66486
|
+
|
|
66487
|
+
* [DescribePrometheusInstancesOverview](https://cloud.tencent.com/document/api/457/73911)
|
|
66488
|
+
|
|
66489
|
+
* 新增入参:Offset, Limit, Filters
|
|
66490
|
+
|
|
66491
|
+
* 新增出参:Instances, Total
|
|
66492
|
+
|
|
66493
|
+
* [DescribePrometheusRecordRules](https://cloud.tencent.com/document/api/457/73910)
|
|
66494
|
+
|
|
66495
|
+
* 新增入参:InstanceId, Offset, Limit, Filters
|
|
66496
|
+
|
|
66497
|
+
* 新增出参:Records, Total
|
|
66498
|
+
|
|
66499
|
+
* [DescribePrometheusTemp](https://cloud.tencent.com/document/api/457/73909)
|
|
66500
|
+
|
|
66501
|
+
* 新增入参:Filters, Offset, Limit
|
|
66502
|
+
|
|
66503
|
+
* 新增出参:Templates, Total
|
|
66504
|
+
|
|
66505
|
+
* [DescribePrometheusTempSync](https://cloud.tencent.com/document/api/457/73908)
|
|
66506
|
+
|
|
66507
|
+
* 新增入参:TemplateId
|
|
66508
|
+
|
|
66509
|
+
* 新增出参:Targets
|
|
66510
|
+
|
|
66511
|
+
* [ModifyPrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73907)
|
|
66512
|
+
|
|
66513
|
+
* 新增入参:InstanceId, AlertRule
|
|
66514
|
+
|
|
66515
|
+
* [ModifyPrometheusTemp](https://cloud.tencent.com/document/api/457/74013)
|
|
66516
|
+
|
|
66517
|
+
* 新增入参:TemplateId, Template
|
|
66518
|
+
|
|
66519
|
+
* [SyncPrometheusTemp](https://cloud.tencent.com/document/api/457/73906)
|
|
66520
|
+
|
|
66521
|
+
* 新增入参:TemplateId, Targets
|
|
66522
|
+
|
|
66523
|
+
|
|
66524
|
+
新增数据结构:
|
|
66525
|
+
|
|
66526
|
+
* [[PrometheusAlertManagerConfig](https://cloud.tencent.com/document/api/457/31866#PrometheusAlertManagerConfig)](https://cloud.tencent.com/document/api/457/31866#[PrometheusAlertManagerConfig](https://cloud.tencent.com/document/api/457/31866#PrometheusAlertManagerConfig))
|
|
66527
|
+
* [[PrometheusAlertPolicyItem](https://cloud.tencent.com/document/api/457/31866#PrometheusAlertPolicyItem)](https://cloud.tencent.com/document/api/457/31866#[PrometheusAlertPolicyItem](https://cloud.tencent.com/document/api/457/31866#PrometheusAlertPolicyItem))
|
|
66528
|
+
* [[PrometheusInstancesOverview](https://cloud.tencent.com/document/api/457/31866#PrometheusInstancesOverview)](https://cloud.tencent.com/document/api/457/31866#[PrometheusInstancesOverview](https://cloud.tencent.com/document/api/457/31866#PrometheusInstancesOverview))
|
|
66529
|
+
* [[PrometheusNotificationItem](https://cloud.tencent.com/document/api/457/31866#PrometheusNotificationItem)](https://cloud.tencent.com/document/api/457/31866#[PrometheusNotificationItem](https://cloud.tencent.com/document/api/457/31866#PrometheusNotificationItem))
|
|
66530
|
+
* [[PrometheusRecordRuleYamlItem](https://cloud.tencent.com/document/api/457/31866#PrometheusRecordRuleYamlItem)](https://cloud.tencent.com/document/api/457/31866#[PrometheusRecordRuleYamlItem](https://cloud.tencent.com/document/api/457/31866#PrometheusRecordRuleYamlItem))
|
|
66531
|
+
* [[PrometheusTemp](https://cloud.tencent.com/document/api/457/31866#PrometheusTemp)](https://cloud.tencent.com/document/api/457/31866#[PrometheusTemp](https://cloud.tencent.com/document/api/457/31866#PrometheusTemp))
|
|
66532
|
+
* [[PrometheusTempModify](https://cloud.tencent.com/document/api/457/31866#PrometheusTempModify)](https://cloud.tencent.com/document/api/457/31866#[PrometheusTempModify](https://cloud.tencent.com/document/api/457/31866#PrometheusTempModify))
|
|
66533
|
+
|
|
66066
66534
|
### 第 100 次发布
|
|
66067
66535
|
|
|
66068
66536
|
发布时间:2022-05-19 06:19:17
|
|
@@ -66073,7 +66541,7 @@
|
|
|
66073
66541
|
|
|
66074
66542
|
新增接口:
|
|
66075
66543
|
|
|
66076
|
-
* [
|
|
66544
|
+
* [ModifyPrometheusTemp](https://cloud.tencent.com/document/api/457/74013)
|
|
66077
66545
|
|
|
66078
66546
|
### 第 99 次发布
|
|
66079
66547
|
|