tencentcloud-sdk-nodejs 4.0.349 → 4.0.352
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 +265 -0
- package/SERVICE_CHANGELOG.md +281 -30
- package/package.json +1 -1
- package/products.md +23 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +48 -20
- package/src/services/ccc/v20200210/ccc_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_models.ts +5 -5
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +17 -2
- package/src/services/dbdc/index.ts +5 -0
- package/src/services/dbdc/v20201029/dbdc_client.ts +97 -0
- package/src/services/dbdc/v20201029/dbdc_models.ts +817 -0
- package/src/services/dbdc/v20201029/index.ts +6 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +25 -0
- package/src/services/dlc/v20210125/dlc_models.ts +32 -0
- package/src/services/index.ts +1 -0
- package/src/services/kms/v20190118/kms_models.ts +39 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/organization/v20210331/organization_client.ts +14 -2
- package/src/services/organization/v20210331/organization_models.ts +53 -12
- package/src/services/redis/v20180412/redis_client.ts +24 -0
- package/src/services/redis/v20180412/redis_models.ts +80 -0
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +1 -1
- package/src/services/ssl/v20191205/ssl_client.ts +1 -0
- package/src/services/ssl/v20191205/ssl_models.ts +23 -0
- package/src/services/tcr/v20190924/tcr_models.ts +2 -2
- package/src/services/vod/v20180717/vod_client.ts +3 -2
- package/src/services/vod/v20180717/vod_models.ts +155 -155
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +25 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +42 -19
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +5 -5
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +14 -2
- package/tencentcloud/services/dbdc/index.d.ts +6 -0
- package/tencentcloud/services/dbdc/index.js +7 -0
- package/tencentcloud/services/dbdc/v20201029/dbdc_client.d.ts +30 -0
- package/tencentcloud/services/dbdc/v20201029/dbdc_client.js +61 -0
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +658 -0
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.js +18 -0
- package/tencentcloud/services/dbdc/v20201029/index.d.ts +6 -0
- package/tencentcloud/services/dbdc/v20201029/index.js +9 -0
- 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 +22 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +26 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +32 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +47 -12
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +9 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +12 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +68 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +19 -0
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +131 -131
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -2
- package/test/dbdc.v20201029.test.js +71 -0
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/organization.v20210331.test.js +10 -0
- package/test/redis.v20180412.test.js +20 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,268 @@
|
|
|
1
|
+
# Release 4.0.352
|
|
2
|
+
|
|
3
|
+
## 云数据库独享集群(dbdc) 版本:2020-10-29
|
|
4
|
+
|
|
5
|
+
### 第 1 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-05-31 17:05:07
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeDBInstances](https://cloud.tencent.com/document/api/1322/74753)
|
|
16
|
+
* [DescribeInstanceDetail](https://cloud.tencent.com/document/api/1322/74752)
|
|
17
|
+
* [DescribeInstanceList](https://cloud.tencent.com/document/api/1322/74751)
|
|
18
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/1322/74750)
|
|
19
|
+
* [ModifyInstanceName](https://cloud.tencent.com/document/api/1322/74749)
|
|
20
|
+
|
|
21
|
+
新增数据结构:
|
|
22
|
+
|
|
23
|
+
* [DBInstanceDetail](https://cloud.tencent.com/document/api/1322/74754#DBInstanceDetail)
|
|
24
|
+
* [DescribeInstanceDetail](https://cloud.tencent.com/document/api/1322/74754#DescribeInstanceDetail)
|
|
25
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/1322/74754#DeviceInfo)
|
|
26
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/1322/74754#InstanceDetail)
|
|
27
|
+
* [InstanceDeviceInfo](https://cloud.tencent.com/document/api/1322/74754#InstanceDeviceInfo)
|
|
28
|
+
* [InstanceExpand](https://cloud.tencent.com/document/api/1322/74754#InstanceExpand)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
33
|
+
|
|
34
|
+
### 第 18 次发布
|
|
35
|
+
|
|
36
|
+
发布时间:2022-06-01 06:09:45
|
|
37
|
+
|
|
38
|
+
本次发布包含了以下内容:
|
|
39
|
+
|
|
40
|
+
改善已有的文档。
|
|
41
|
+
|
|
42
|
+
修改接口:
|
|
43
|
+
|
|
44
|
+
* [CreateSparkApp](https://cloud.tencent.com/document/api/1342/74538)
|
|
45
|
+
|
|
46
|
+
* 新增入参:IsLocalPythonFiles, AppPythonFiles
|
|
47
|
+
|
|
48
|
+
* [ModifySparkApp](https://cloud.tencent.com/document/api/1342/74532)
|
|
49
|
+
|
|
50
|
+
* 新增入参:IsLocalPythonFiles, AppPythonFiles
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
修改数据结构:
|
|
54
|
+
|
|
55
|
+
* [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
|
|
56
|
+
|
|
57
|
+
* 新增成员:IsLocalPythonFiles, AppPythonFiles
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## 证书(ssl) 版本:2019-12-05
|
|
63
|
+
|
|
64
|
+
### 第 13 次发布
|
|
65
|
+
|
|
66
|
+
发布时间:2022-06-01 06:15:43
|
|
67
|
+
|
|
68
|
+
本次发布包含了以下内容:
|
|
69
|
+
|
|
70
|
+
改善已有的文档。
|
|
71
|
+
|
|
72
|
+
修改接口:
|
|
73
|
+
|
|
74
|
+
* [DescribeCertificateDetail](https://cloud.tencent.com/document/api/400/41673)
|
|
75
|
+
|
|
76
|
+
* 新增出参:RootCert, EncryptCert, EncryptPrivateKey
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
新增数据结构:
|
|
80
|
+
|
|
81
|
+
* [RootCertificates](https://cloud.tencent.com/document/api/400/41679#RootCertificates)
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
# Release 4.0.351
|
|
86
|
+
|
|
87
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
88
|
+
|
|
89
|
+
### 第 41 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2022-05-31 06:05:45
|
|
92
|
+
|
|
93
|
+
本次发布包含了以下内容:
|
|
94
|
+
|
|
95
|
+
改善已有的文档。
|
|
96
|
+
|
|
97
|
+
修改接口:
|
|
98
|
+
|
|
99
|
+
* [BindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/33559)
|
|
100
|
+
|
|
101
|
+
* <font color="#dd0000">**修改入参**:</font>DiskIds
|
|
102
|
+
|
|
103
|
+
* [CreateSnapshot](https://cloud.tencent.com/document/api/362/15648)
|
|
104
|
+
|
|
105
|
+
* 新增入参:Tags
|
|
106
|
+
|
|
107
|
+
* [UnbindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/33554)
|
|
108
|
+
|
|
109
|
+
* <font color="#dd0000">**修改入参**:</font>DiskIds
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
修改数据结构:
|
|
113
|
+
|
|
114
|
+
* [AutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/15669#AutoSnapshotPolicy)
|
|
115
|
+
|
|
116
|
+
* 新增成员:IsCopyToRemote, CopyToAccountUin, InstanceIdSet
|
|
117
|
+
|
|
118
|
+
* [Snapshot](https://cloud.tencent.com/document/api/362/15669#Snapshot)
|
|
119
|
+
|
|
120
|
+
* 新增成员:Tags
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
126
|
+
|
|
127
|
+
### 第 42 次发布
|
|
128
|
+
|
|
129
|
+
发布时间:2022-05-31 06:08:47
|
|
130
|
+
|
|
131
|
+
本次发布包含了以下内容:
|
|
132
|
+
|
|
133
|
+
改善已有的文档。
|
|
134
|
+
|
|
135
|
+
修改数据结构:
|
|
136
|
+
|
|
137
|
+
* [MalWareList](https://cloud.tencent.com/document/api/296/19867#MalWareList)
|
|
138
|
+
|
|
139
|
+
* 新增成员:CheckPlatform, ProcessExists, FileExists
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
145
|
+
|
|
146
|
+
### 第 41 次发布
|
|
147
|
+
|
|
148
|
+
发布时间:2022-05-31 06:09:47
|
|
149
|
+
|
|
150
|
+
本次发布包含了以下内容:
|
|
151
|
+
|
|
152
|
+
改善已有的文档。
|
|
153
|
+
|
|
154
|
+
新增接口:
|
|
155
|
+
|
|
156
|
+
* [TerminateDedicatedDBInstance](https://cloud.tencent.com/document/api/557/74711)
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
## 密钥管理系统(kms) 版本:2019-01-18
|
|
161
|
+
|
|
162
|
+
### 第 17 次发布
|
|
163
|
+
|
|
164
|
+
发布时间:2022-05-31 06:13:25
|
|
165
|
+
|
|
166
|
+
本次发布包含了以下内容:
|
|
167
|
+
|
|
168
|
+
改善已有的文档。
|
|
169
|
+
|
|
170
|
+
修改接口:
|
|
171
|
+
|
|
172
|
+
* [CreateKey](https://cloud.tencent.com/document/api/573/34430)
|
|
173
|
+
|
|
174
|
+
* 新增入参:HsmClusterId
|
|
175
|
+
|
|
176
|
+
* 新增出参:HsmClusterId
|
|
177
|
+
|
|
178
|
+
* [GetServiceStatus](https://cloud.tencent.com/document/api/573/34417)
|
|
179
|
+
|
|
180
|
+
* 新增出参:ExclusiveVSMEnabled, ExclusiveHSMEnabled
|
|
181
|
+
|
|
182
|
+
* [ListKeyDetail](https://cloud.tencent.com/document/api/573/34416)
|
|
183
|
+
|
|
184
|
+
* 新增入参:HsmClusterId
|
|
185
|
+
|
|
186
|
+
* [ListKeys](https://cloud.tencent.com/document/api/573/34415)
|
|
187
|
+
|
|
188
|
+
* 新增入参:HsmClusterId
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
修改数据结构:
|
|
192
|
+
|
|
193
|
+
* [KeyMetadata](https://cloud.tencent.com/document/api/573/34431#KeyMetadata)
|
|
194
|
+
|
|
195
|
+
* 新增成员:HsmClusterId
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
201
|
+
|
|
202
|
+
### 第 113 次发布
|
|
203
|
+
|
|
204
|
+
发布时间:2022-05-31 06:20:06
|
|
205
|
+
|
|
206
|
+
本次发布包含了以下内容:
|
|
207
|
+
|
|
208
|
+
改善已有的文档。
|
|
209
|
+
|
|
210
|
+
修改接口:
|
|
211
|
+
|
|
212
|
+
* [CreateNetworkInterface](https://cloud.tencent.com/document/api/215/15818)
|
|
213
|
+
|
|
214
|
+
* 新增入参:TrunkingFlag
|
|
215
|
+
|
|
216
|
+
* [DescribeNetworkInterfaceLimit](https://cloud.tencent.com/document/api/215/38533)
|
|
217
|
+
|
|
218
|
+
* 新增出参:SubEniQuantity, SubEniPrivateIpAddressQuantity
|
|
219
|
+
|
|
220
|
+
* [ModifyNetworkInterfaceAttribute](https://cloud.tencent.com/document/api/215/15815)
|
|
221
|
+
|
|
222
|
+
* 新增入参:TrunkingFlag
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
# Release 4.0.350
|
|
228
|
+
|
|
229
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
230
|
+
|
|
231
|
+
### 第 8 次发布
|
|
232
|
+
|
|
233
|
+
发布时间:2022-05-30 06:11:27
|
|
234
|
+
|
|
235
|
+
本次发布包含了以下内容:
|
|
236
|
+
|
|
237
|
+
改善已有的文档。
|
|
238
|
+
|
|
239
|
+
新增接口:
|
|
240
|
+
|
|
241
|
+
* [CreateOrganizationMemberPolicy](https://cloud.tencent.com/document/api/850/74595)
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
250
|
+
|
|
251
|
+
### 第 46 次发布
|
|
252
|
+
|
|
253
|
+
发布时间:2022-05-30 06:11:47
|
|
254
|
+
|
|
255
|
+
本次发布包含了以下内容:
|
|
256
|
+
|
|
257
|
+
改善已有的文档。
|
|
258
|
+
|
|
259
|
+
新增接口:
|
|
260
|
+
|
|
261
|
+
* [UpgradeProxyVersion](https://cloud.tencent.com/document/api/239/74597)
|
|
262
|
+
* [UpgradeSmallVersion](https://cloud.tencent.com/document/api/239/74596)
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
1
266
|
# Release 4.0.349
|
|
2
267
|
|
|
3
268
|
## 数据湖计算(dlc) 版本:2021-01-25
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云数据库独享集群(dbdc) 版本:2020-10-29
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 1 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-05-
|
|
7
|
+
发布时间:2022-05-31 17:05:07
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,42 +12,73 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
+
* [DescribeDBInstances](https://cloud.tencent.com/document/api/1322/74753)
|
|
16
|
+
* [DescribeInstanceDetail](https://cloud.tencent.com/document/api/1322/74752)
|
|
17
|
+
* [DescribeInstanceList](https://cloud.tencent.com/document/api/1322/74751)
|
|
18
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/1322/74750)
|
|
19
|
+
* [ModifyInstanceName](https://cloud.tencent.com/document/api/1322/74749)
|
|
20
|
+
|
|
21
|
+
新增数据结构:
|
|
22
|
+
|
|
23
|
+
* [DBInstanceDetail](https://cloud.tencent.com/document/api/1322/74754#DBInstanceDetail)
|
|
24
|
+
* [DescribeInstanceDetail](https://cloud.tencent.com/document/api/1322/74754#DescribeInstanceDetail)
|
|
25
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/1322/74754#DeviceInfo)
|
|
26
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/1322/74754#InstanceDetail)
|
|
27
|
+
* [InstanceDeviceInfo](https://cloud.tencent.com/document/api/1322/74754#InstanceDeviceInfo)
|
|
28
|
+
* [InstanceExpand](https://cloud.tencent.com/document/api/1322/74754#InstanceExpand)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
33
|
+
|
|
34
|
+
### 第 18 次发布
|
|
35
|
+
|
|
36
|
+
发布时间:2022-06-01 06:09:45
|
|
37
|
+
|
|
38
|
+
本次发布包含了以下内容:
|
|
39
|
+
|
|
40
|
+
改善已有的文档。
|
|
41
|
+
|
|
42
|
+
修改接口:
|
|
43
|
+
|
|
15
44
|
* [CreateSparkApp](https://cloud.tencent.com/document/api/1342/74538)
|
|
16
|
-
|
|
17
|
-
*
|
|
18
|
-
|
|
19
|
-
* [DescribeSparkAppJobs](https://cloud.tencent.com/document/api/1342/74534)
|
|
20
|
-
* [DescribeSparkAppTasks](https://cloud.tencent.com/document/api/1342/74533)
|
|
45
|
+
|
|
46
|
+
* 新增入参:IsLocalPythonFiles, AppPythonFiles
|
|
47
|
+
|
|
21
48
|
* [ModifySparkApp](https://cloud.tencent.com/document/api/1342/74532)
|
|
22
49
|
|
|
23
|
-
|
|
50
|
+
* 新增入参:IsLocalPythonFiles, AppPythonFiles
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
修改数据结构:
|
|
24
54
|
|
|
25
55
|
* [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
|
|
26
|
-
* [StreamingStatistics](https://cloud.tencent.com/document/api/1342/53778#StreamingStatistics)
|
|
27
56
|
|
|
57
|
+
* 新增成员:IsLocalPythonFiles, AppPythonFiles
|
|
28
58
|
|
|
29
59
|
|
|
30
|
-
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
31
60
|
|
|
32
|
-
### 第 5 次发布
|
|
33
61
|
|
|
34
|
-
|
|
62
|
+
## 证书(ssl) 版本:2019-12-05
|
|
63
|
+
|
|
64
|
+
### 第 13 次发布
|
|
65
|
+
|
|
66
|
+
发布时间:2022-06-01 06:15:43
|
|
35
67
|
|
|
36
68
|
本次发布包含了以下内容:
|
|
37
69
|
|
|
38
70
|
改善已有的文档。
|
|
39
71
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
* [ListTopicRules](https://cloud.tencent.com/document/api/634/74542)
|
|
72
|
+
修改接口:
|
|
43
73
|
|
|
44
|
-
|
|
74
|
+
* [DescribeCertificateDetail](https://cloud.tencent.com/document/api/400/41673)
|
|
45
75
|
|
|
46
|
-
*
|
|
76
|
+
* 新增出参:RootCert, EncryptCert, EncryptPrivateKey
|
|
47
77
|
|
|
48
78
|
|
|
79
|
+
新增数据结构:
|
|
49
80
|
|
|
50
|
-
|
|
81
|
+
* [RootCertificates](https://cloud.tencent.com/document/api/400/41679#RootCertificates)
|
|
51
82
|
|
|
52
83
|
|
|
53
84
|
|
|
@@ -9056,6 +9087,40 @@
|
|
|
9056
9087
|
|
|
9057
9088
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
9058
9089
|
|
|
9090
|
+
### 第 41 次发布
|
|
9091
|
+
|
|
9092
|
+
发布时间:2022-05-31 06:05:45
|
|
9093
|
+
|
|
9094
|
+
本次发布包含了以下内容:
|
|
9095
|
+
|
|
9096
|
+
改善已有的文档。
|
|
9097
|
+
|
|
9098
|
+
修改接口:
|
|
9099
|
+
|
|
9100
|
+
* [BindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/33559)
|
|
9101
|
+
|
|
9102
|
+
* <font color="#dd0000">**修改入参**:</font>DiskIds
|
|
9103
|
+
|
|
9104
|
+
* [CreateSnapshot](https://cloud.tencent.com/document/api/362/15648)
|
|
9105
|
+
|
|
9106
|
+
* 新增入参:Tags
|
|
9107
|
+
|
|
9108
|
+
* [UnbindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/33554)
|
|
9109
|
+
|
|
9110
|
+
* <font color="#dd0000">**修改入参**:</font>DiskIds
|
|
9111
|
+
|
|
9112
|
+
|
|
9113
|
+
修改数据结构:
|
|
9114
|
+
|
|
9115
|
+
* [AutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/15669#AutoSnapshotPolicy)
|
|
9116
|
+
|
|
9117
|
+
* 新增成员:IsCopyToRemote, CopyToAccountUin, InstanceIdSet
|
|
9118
|
+
|
|
9119
|
+
* [Snapshot](https://cloud.tencent.com/document/api/362/15669#Snapshot)
|
|
9120
|
+
|
|
9121
|
+
* 新增成员:Tags
|
|
9122
|
+
|
|
9123
|
+
|
|
9059
9124
|
### 第 40 次发布
|
|
9060
9125
|
|
|
9061
9126
|
发布时间:2022-04-13 06:12:00
|
|
@@ -24068,6 +24133,21 @@
|
|
|
24068
24133
|
|
|
24069
24134
|
## 主机安全(cwp) 版本:2018-02-28
|
|
24070
24135
|
|
|
24136
|
+
### 第 42 次发布
|
|
24137
|
+
|
|
24138
|
+
发布时间:2022-05-31 06:08:47
|
|
24139
|
+
|
|
24140
|
+
本次发布包含了以下内容:
|
|
24141
|
+
|
|
24142
|
+
改善已有的文档。
|
|
24143
|
+
|
|
24144
|
+
修改数据结构:
|
|
24145
|
+
|
|
24146
|
+
* [MalWareList](https://cloud.tencent.com/document/api/296/19867#MalWareList)
|
|
24147
|
+
|
|
24148
|
+
* 新增成员:CheckPlatform, ProcessExists, FileExists
|
|
24149
|
+
|
|
24150
|
+
|
|
24071
24151
|
### 第 41 次发布
|
|
24072
24152
|
|
|
24073
24153
|
发布时间:2022-05-17 06:07:58
|
|
@@ -26959,6 +27039,36 @@
|
|
|
26959
27039
|
|
|
26960
27040
|
|
|
26961
27041
|
|
|
27042
|
+
## 云数据库独享集群(dbdc) 版本:2020-10-29
|
|
27043
|
+
|
|
27044
|
+
### 第 1 次发布
|
|
27045
|
+
|
|
27046
|
+
发布时间:2022-05-31 17:05:07
|
|
27047
|
+
|
|
27048
|
+
本次发布包含了以下内容:
|
|
27049
|
+
|
|
27050
|
+
改善已有的文档。
|
|
27051
|
+
|
|
27052
|
+
新增接口:
|
|
27053
|
+
|
|
27054
|
+
* [[DescribeDBInstances](https://cloud.tencent.com/document/api/1322/74753)](https://cloud.tencent.com/document/api/#/#)
|
|
27055
|
+
* [[DescribeInstanceDetail](https://cloud.tencent.com/document/api/1322/74752)](https://cloud.tencent.com/document/api/#/#)
|
|
27056
|
+
* [[DescribeInstanceList](https://cloud.tencent.com/document/api/1322/74751)](https://cloud.tencent.com/document/api/#/#)
|
|
27057
|
+
* [[DescribeInstances](https://cloud.tencent.com/document/api/1322/74750)](https://cloud.tencent.com/document/api/#/#)
|
|
27058
|
+
* [[ModifyInstanceName](https://cloud.tencent.com/document/api/1322/74749)](https://cloud.tencent.com/document/api/#/#)
|
|
27059
|
+
|
|
27060
|
+
新增数据结构:
|
|
27061
|
+
|
|
27062
|
+
* [[DBInstanceDetail](https://cloud.tencent.com/document/api/1322/74754#DBInstanceDetail)](https://cloud.tencent.com/document/api/1322/74754#[DBInstanceDetail](https://cloud.tencent.com/document/api/1322/74754#DBInstanceDetail))
|
|
27063
|
+
* [[DescribeInstanceDetail](https://cloud.tencent.com/document/api/1322/74754#DescribeInstanceDetail)](https://cloud.tencent.com/document/api/1322/74754#[DescribeInstanceDetail](https://cloud.tencent.com/document/api/1322/74754#DescribeInstanceDetail))
|
|
27064
|
+
* [[DeviceInfo](https://cloud.tencent.com/document/api/1322/74754#DeviceInfo)](https://cloud.tencent.com/document/api/1322/74754#[DeviceInfo](https://cloud.tencent.com/document/api/1322/74754#DeviceInfo))
|
|
27065
|
+
* [[InstanceDetail](https://cloud.tencent.com/document/api/1322/74754#InstanceDetail)](https://cloud.tencent.com/document/api/1322/74754#[InstanceDetail](https://cloud.tencent.com/document/api/1322/74754#InstanceDetail))
|
|
27066
|
+
* [[InstanceDeviceInfo](https://cloud.tencent.com/document/api/1322/74754#InstanceDeviceInfo)](https://cloud.tencent.com/document/api/1322/74754#[InstanceDeviceInfo](https://cloud.tencent.com/document/api/1322/74754#InstanceDeviceInfo))
|
|
27067
|
+
* [[InstanceExpand](https://cloud.tencent.com/document/api/1322/74754#InstanceExpand)](https://cloud.tencent.com/document/api/1322/74754#[InstanceExpand](https://cloud.tencent.com/document/api/1322/74754#InstanceExpand))
|
|
27068
|
+
|
|
27069
|
+
|
|
27070
|
+
|
|
27071
|
+
|
|
26962
27072
|
## 专线接入(dc) 版本:2018-04-10
|
|
26963
27073
|
|
|
26964
27074
|
### 第 23 次发布
|
|
@@ -27389,6 +27499,18 @@
|
|
|
27389
27499
|
|
|
27390
27500
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
27391
27501
|
|
|
27502
|
+
### 第 41 次发布
|
|
27503
|
+
|
|
27504
|
+
发布时间:2022-05-31 06:09:47
|
|
27505
|
+
|
|
27506
|
+
本次发布包含了以下内容:
|
|
27507
|
+
|
|
27508
|
+
改善已有的文档。
|
|
27509
|
+
|
|
27510
|
+
新增接口:
|
|
27511
|
+
|
|
27512
|
+
* [TerminateDedicatedDBInstance](https://cloud.tencent.com/document/api/557/74711)
|
|
27513
|
+
|
|
27392
27514
|
### 第 40 次发布
|
|
27393
27515
|
|
|
27394
27516
|
发布时间:2022-05-25 06:07:44
|
|
@@ -28178,6 +28300,32 @@
|
|
|
28178
28300
|
|
|
28179
28301
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
28180
28302
|
|
|
28303
|
+
### 第 18 次发布
|
|
28304
|
+
|
|
28305
|
+
发布时间:2022-06-01 06:09:45
|
|
28306
|
+
|
|
28307
|
+
本次发布包含了以下内容:
|
|
28308
|
+
|
|
28309
|
+
改善已有的文档。
|
|
28310
|
+
|
|
28311
|
+
修改接口:
|
|
28312
|
+
|
|
28313
|
+
* [CreateSparkApp](https://cloud.tencent.com/document/api/1342/74538)
|
|
28314
|
+
|
|
28315
|
+
* 新增入参:IsLocalPythonFiles, AppPythonFiles
|
|
28316
|
+
|
|
28317
|
+
* [ModifySparkApp](https://cloud.tencent.com/document/api/1342/74532)
|
|
28318
|
+
|
|
28319
|
+
* 新增入参:IsLocalPythonFiles, AppPythonFiles
|
|
28320
|
+
|
|
28321
|
+
|
|
28322
|
+
修改数据结构:
|
|
28323
|
+
|
|
28324
|
+
* [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
|
|
28325
|
+
|
|
28326
|
+
* 新增成员:IsLocalPythonFiles, AppPythonFiles
|
|
28327
|
+
|
|
28328
|
+
|
|
28181
28329
|
### 第 17 次发布
|
|
28182
28330
|
|
|
28183
28331
|
发布时间:2022-05-26 18:17:40
|
|
@@ -28188,18 +28336,18 @@
|
|
|
28188
28336
|
|
|
28189
28337
|
新增接口:
|
|
28190
28338
|
|
|
28191
|
-
* [
|
|
28192
|
-
* [
|
|
28193
|
-
* [
|
|
28194
|
-
* [
|
|
28195
|
-
* [
|
|
28196
|
-
* [
|
|
28197
|
-
* [
|
|
28339
|
+
* [CreateSparkApp](https://cloud.tencent.com/document/api/1342/74538)
|
|
28340
|
+
* [CreateSparkAppTask](https://cloud.tencent.com/document/api/1342/74537)
|
|
28341
|
+
* [DeleteSparkApp](https://cloud.tencent.com/document/api/1342/74536)
|
|
28342
|
+
* [DescribeSparkAppJob](https://cloud.tencent.com/document/api/1342/74535)
|
|
28343
|
+
* [DescribeSparkAppJobs](https://cloud.tencent.com/document/api/1342/74534)
|
|
28344
|
+
* [DescribeSparkAppTasks](https://cloud.tencent.com/document/api/1342/74533)
|
|
28345
|
+
* [ModifySparkApp](https://cloud.tencent.com/document/api/1342/74532)
|
|
28198
28346
|
|
|
28199
28347
|
新增数据结构:
|
|
28200
28348
|
|
|
28201
|
-
* [
|
|
28202
|
-
* [
|
|
28349
|
+
* [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
|
|
28350
|
+
* [StreamingStatistics](https://cloud.tencent.com/document/api/1342/53778#StreamingStatistics)
|
|
28203
28351
|
|
|
28204
28352
|
### 第 16 次发布
|
|
28205
28353
|
|
|
@@ -39877,11 +40025,11 @@
|
|
|
39877
40025
|
|
|
39878
40026
|
新增接口:
|
|
39879
40027
|
|
|
39880
|
-
* [
|
|
40028
|
+
* [ListTopicRules](https://cloud.tencent.com/document/api/634/74542)
|
|
39881
40029
|
|
|
39882
40030
|
新增数据结构:
|
|
39883
40031
|
|
|
39884
|
-
* [
|
|
40032
|
+
* [TopicRuleInfo](https://cloud.tencent.com/document/api/634/71973#TopicRuleInfo)
|
|
39885
40033
|
|
|
39886
40034
|
### 第 4 次发布
|
|
39887
40035
|
|
|
@@ -42504,6 +42652,42 @@
|
|
|
42504
42652
|
|
|
42505
42653
|
## 密钥管理系统(kms) 版本:2019-01-18
|
|
42506
42654
|
|
|
42655
|
+
### 第 17 次发布
|
|
42656
|
+
|
|
42657
|
+
发布时间:2022-05-31 06:13:25
|
|
42658
|
+
|
|
42659
|
+
本次发布包含了以下内容:
|
|
42660
|
+
|
|
42661
|
+
改善已有的文档。
|
|
42662
|
+
|
|
42663
|
+
修改接口:
|
|
42664
|
+
|
|
42665
|
+
* [CreateKey](https://cloud.tencent.com/document/api/573/34430)
|
|
42666
|
+
|
|
42667
|
+
* 新增入参:HsmClusterId
|
|
42668
|
+
|
|
42669
|
+
* 新增出参:HsmClusterId
|
|
42670
|
+
|
|
42671
|
+
* [GetServiceStatus](https://cloud.tencent.com/document/api/573/34417)
|
|
42672
|
+
|
|
42673
|
+
* 新增出参:ExclusiveVSMEnabled, ExclusiveHSMEnabled
|
|
42674
|
+
|
|
42675
|
+
* [ListKeyDetail](https://cloud.tencent.com/document/api/573/34416)
|
|
42676
|
+
|
|
42677
|
+
* 新增入参:HsmClusterId
|
|
42678
|
+
|
|
42679
|
+
* [ListKeys](https://cloud.tencent.com/document/api/573/34415)
|
|
42680
|
+
|
|
42681
|
+
* 新增入参:HsmClusterId
|
|
42682
|
+
|
|
42683
|
+
|
|
42684
|
+
修改数据结构:
|
|
42685
|
+
|
|
42686
|
+
* [KeyMetadata](https://cloud.tencent.com/document/api/573/34431#KeyMetadata)
|
|
42687
|
+
|
|
42688
|
+
* 新增成员:HsmClusterId
|
|
42689
|
+
|
|
42690
|
+
|
|
42507
42691
|
### 第 16 次发布
|
|
42508
42692
|
|
|
42509
42693
|
发布时间:2021-12-23 08:12:09
|
|
@@ -51506,6 +51690,18 @@
|
|
|
51506
51690
|
|
|
51507
51691
|
## 企业组织(organization) 版本:2021-03-31
|
|
51508
51692
|
|
|
51693
|
+
### 第 8 次发布
|
|
51694
|
+
|
|
51695
|
+
发布时间:2022-05-30 06:11:27
|
|
51696
|
+
|
|
51697
|
+
本次发布包含了以下内容:
|
|
51698
|
+
|
|
51699
|
+
改善已有的文档。
|
|
51700
|
+
|
|
51701
|
+
新增接口:
|
|
51702
|
+
|
|
51703
|
+
* [CreateOrganizationMemberPolicy](https://cloud.tencent.com/document/api/850/74595)
|
|
51704
|
+
|
|
51509
51705
|
### 第 7 次发布
|
|
51510
51706
|
|
|
51511
51707
|
发布时间:2022-03-08 08:16:27
|
|
@@ -53032,6 +53228,19 @@
|
|
|
53032
53228
|
|
|
53033
53229
|
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
53034
53230
|
|
|
53231
|
+
### 第 46 次发布
|
|
53232
|
+
|
|
53233
|
+
发布时间:2022-05-30 06:11:47
|
|
53234
|
+
|
|
53235
|
+
本次发布包含了以下内容:
|
|
53236
|
+
|
|
53237
|
+
改善已有的文档。
|
|
53238
|
+
|
|
53239
|
+
新增接口:
|
|
53240
|
+
|
|
53241
|
+
* [UpgradeProxyVersion](https://cloud.tencent.com/document/api/239/74597)
|
|
53242
|
+
* [UpgradeSmallVersion](https://cloud.tencent.com/document/api/239/74596)
|
|
53243
|
+
|
|
53035
53244
|
### 第 45 次发布
|
|
53036
53245
|
|
|
53037
53246
|
发布时间:2022-05-18 06:15:32
|
|
@@ -57253,6 +57462,25 @@
|
|
|
57253
57462
|
|
|
57254
57463
|
## 证书(ssl) 版本:2019-12-05
|
|
57255
57464
|
|
|
57465
|
+
### 第 13 次发布
|
|
57466
|
+
|
|
57467
|
+
发布时间:2022-06-01 06:15:43
|
|
57468
|
+
|
|
57469
|
+
本次发布包含了以下内容:
|
|
57470
|
+
|
|
57471
|
+
改善已有的文档。
|
|
57472
|
+
|
|
57473
|
+
修改接口:
|
|
57474
|
+
|
|
57475
|
+
* [DescribeCertificateDetail](https://cloud.tencent.com/document/api/400/41673)
|
|
57476
|
+
|
|
57477
|
+
* 新增出参:RootCert, EncryptCert, EncryptPrivateKey
|
|
57478
|
+
|
|
57479
|
+
|
|
57480
|
+
新增数据结构:
|
|
57481
|
+
|
|
57482
|
+
* [[RootCertificates](https://cloud.tencent.com/document/api/400/41679#RootCertificates)](https://cloud.tencent.com/document/api/400/41679#[RootCertificates](https://cloud.tencent.com/document/api/400/41679#RootCertificates))
|
|
57483
|
+
|
|
57256
57484
|
### 第 12 次发布
|
|
57257
57485
|
|
|
57258
57486
|
发布时间:2022-05-20 06:17:18
|
|
@@ -75182,6 +75410,29 @@
|
|
|
75182
75410
|
|
|
75183
75411
|
## 私有网络(vpc) 版本:2017-03-12
|
|
75184
75412
|
|
|
75413
|
+
### 第 113 次发布
|
|
75414
|
+
|
|
75415
|
+
发布时间:2022-05-31 06:20:06
|
|
75416
|
+
|
|
75417
|
+
本次发布包含了以下内容:
|
|
75418
|
+
|
|
75419
|
+
改善已有的文档。
|
|
75420
|
+
|
|
75421
|
+
修改接口:
|
|
75422
|
+
|
|
75423
|
+
* [CreateNetworkInterface](https://cloud.tencent.com/document/api/215/15818)
|
|
75424
|
+
|
|
75425
|
+
* 新增入参:TrunkingFlag
|
|
75426
|
+
|
|
75427
|
+
* [DescribeNetworkInterfaceLimit](https://cloud.tencent.com/document/api/215/38533)
|
|
75428
|
+
|
|
75429
|
+
* 新增出参:SubEniQuantity, SubEniPrivateIpAddressQuantity
|
|
75430
|
+
|
|
75431
|
+
* [ModifyNetworkInterfaceAttribute](https://cloud.tencent.com/document/api/215/15815)
|
|
75432
|
+
|
|
75433
|
+
* 新增入参:TrunkingFlag
|
|
75434
|
+
|
|
75435
|
+
|
|
75185
75436
|
### 第 112 次发布
|
|
75186
75437
|
|
|
75187
75438
|
发布时间:2022-05-18 06:20:08
|