tencentcloud-sdk-nodejs 4.0.348 → 4.0.351
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 +234 -0
- package/SERVICE_CHANGELOG.md +313 -42
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/abstract_client.ts +1 -1
- 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/cynosdb/v20190107/cynosdb_models.ts +21 -21
- 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_client.ts +102 -16
- package/src/services/dlc/v20210125/dlc_models.ts +845 -231
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +13 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +65 -0
- package/src/services/ivld/v20210903/ivld_client.ts +1 -1
- package/src/services/kms/v20190118/kms_models.ts +39 -0
- 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/vod/v20180717/vod_client.ts +3 -2
- package/src/services/vod/v20180717/vod_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +25 -2
- package/tencentcloud/common/abstract_client.js +1 -1
- 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/cynosdb/v20190107/cynosdb_models.d.ts +21 -21
- 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_client.d.ts +31 -3
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +45 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +676 -168
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +5 -1
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +6 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +55 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +1 -1
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +1 -1
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +32 -0
- 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/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 +1 -1
- 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/dcdb.v20180411.test.js +10 -0
- package/test/dlc.v20210125.test.js +72 -2
- package/test/iotcloud.v20210408.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,237 @@
|
|
|
1
|
+
# Release 4.0.351
|
|
2
|
+
|
|
3
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
4
|
+
|
|
5
|
+
### 第 41 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-05-31 06:05:45
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [BindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/33559)
|
|
16
|
+
|
|
17
|
+
* <font color="#dd0000">**修改入参**:</font>DiskIds
|
|
18
|
+
|
|
19
|
+
* [CreateSnapshot](https://cloud.tencent.com/document/api/362/15648)
|
|
20
|
+
|
|
21
|
+
* 新增入参:Tags
|
|
22
|
+
|
|
23
|
+
* [UnbindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/33554)
|
|
24
|
+
|
|
25
|
+
* <font color="#dd0000">**修改入参**:</font>DiskIds
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
修改数据结构:
|
|
29
|
+
|
|
30
|
+
* [AutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/15669#AutoSnapshotPolicy)
|
|
31
|
+
|
|
32
|
+
* 新增成员:IsCopyToRemote, CopyToAccountUin, InstanceIdSet
|
|
33
|
+
|
|
34
|
+
* [Snapshot](https://cloud.tencent.com/document/api/362/15669#Snapshot)
|
|
35
|
+
|
|
36
|
+
* 新增成员:Tags
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
42
|
+
|
|
43
|
+
### 第 42 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2022-05-31 06:08:47
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
修改数据结构:
|
|
52
|
+
|
|
53
|
+
* [MalWareList](https://cloud.tencent.com/document/api/296/19867#MalWareList)
|
|
54
|
+
|
|
55
|
+
* 新增成员:CheckPlatform, ProcessExists, FileExists
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
61
|
+
|
|
62
|
+
### 第 41 次发布
|
|
63
|
+
|
|
64
|
+
发布时间:2022-05-31 06:09:47
|
|
65
|
+
|
|
66
|
+
本次发布包含了以下内容:
|
|
67
|
+
|
|
68
|
+
改善已有的文档。
|
|
69
|
+
|
|
70
|
+
新增接口:
|
|
71
|
+
|
|
72
|
+
* [TerminateDedicatedDBInstance](https://cloud.tencent.com/document/api/557/74711)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## 密钥管理系统(kms) 版本:2019-01-18
|
|
77
|
+
|
|
78
|
+
### 第 17 次发布
|
|
79
|
+
|
|
80
|
+
发布时间:2022-05-31 06:13:25
|
|
81
|
+
|
|
82
|
+
本次发布包含了以下内容:
|
|
83
|
+
|
|
84
|
+
改善已有的文档。
|
|
85
|
+
|
|
86
|
+
修改接口:
|
|
87
|
+
|
|
88
|
+
* [CreateKey](https://cloud.tencent.com/document/api/573/34430)
|
|
89
|
+
|
|
90
|
+
* 新增入参:HsmClusterId
|
|
91
|
+
|
|
92
|
+
* 新增出参:HsmClusterId
|
|
93
|
+
|
|
94
|
+
* [GetServiceStatus](https://cloud.tencent.com/document/api/573/34417)
|
|
95
|
+
|
|
96
|
+
* 新增出参:ExclusiveVSMEnabled, ExclusiveHSMEnabled
|
|
97
|
+
|
|
98
|
+
* [ListKeyDetail](https://cloud.tencent.com/document/api/573/34416)
|
|
99
|
+
|
|
100
|
+
* 新增入参:HsmClusterId
|
|
101
|
+
|
|
102
|
+
* [ListKeys](https://cloud.tencent.com/document/api/573/34415)
|
|
103
|
+
|
|
104
|
+
* 新增入参:HsmClusterId
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
修改数据结构:
|
|
108
|
+
|
|
109
|
+
* [KeyMetadata](https://cloud.tencent.com/document/api/573/34431#KeyMetadata)
|
|
110
|
+
|
|
111
|
+
* 新增成员:HsmClusterId
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
117
|
+
|
|
118
|
+
### 第 113 次发布
|
|
119
|
+
|
|
120
|
+
发布时间:2022-05-31 06:20:06
|
|
121
|
+
|
|
122
|
+
本次发布包含了以下内容:
|
|
123
|
+
|
|
124
|
+
改善已有的文档。
|
|
125
|
+
|
|
126
|
+
修改接口:
|
|
127
|
+
|
|
128
|
+
* [CreateNetworkInterface](https://cloud.tencent.com/document/api/215/15818)
|
|
129
|
+
|
|
130
|
+
* 新增入参:TrunkingFlag
|
|
131
|
+
|
|
132
|
+
* [DescribeNetworkInterfaceLimit](https://cloud.tencent.com/document/api/215/38533)
|
|
133
|
+
|
|
134
|
+
* 新增出参:SubEniQuantity, SubEniPrivateIpAddressQuantity
|
|
135
|
+
|
|
136
|
+
* [ModifyNetworkInterfaceAttribute](https://cloud.tencent.com/document/api/215/15815)
|
|
137
|
+
|
|
138
|
+
* 新增入参:TrunkingFlag
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
# Release 4.0.350
|
|
144
|
+
|
|
145
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
146
|
+
|
|
147
|
+
### 第 8 次发布
|
|
148
|
+
|
|
149
|
+
发布时间:2022-05-30 06:11:27
|
|
150
|
+
|
|
151
|
+
本次发布包含了以下内容:
|
|
152
|
+
|
|
153
|
+
改善已有的文档。
|
|
154
|
+
|
|
155
|
+
新增接口:
|
|
156
|
+
|
|
157
|
+
* [CreateOrganizationMemberPolicy](https://cloud.tencent.com/document/api/850/74595)
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
166
|
+
|
|
167
|
+
### 第 46 次发布
|
|
168
|
+
|
|
169
|
+
发布时间:2022-05-30 06:11:47
|
|
170
|
+
|
|
171
|
+
本次发布包含了以下内容:
|
|
172
|
+
|
|
173
|
+
改善已有的文档。
|
|
174
|
+
|
|
175
|
+
新增接口:
|
|
176
|
+
|
|
177
|
+
* [UpgradeProxyVersion](https://cloud.tencent.com/document/api/239/74597)
|
|
178
|
+
* [UpgradeSmallVersion](https://cloud.tencent.com/document/api/239/74596)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
# Release 4.0.349
|
|
183
|
+
|
|
184
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
185
|
+
|
|
186
|
+
### 第 17 次发布
|
|
187
|
+
|
|
188
|
+
发布时间:2022-05-26 18:17:40
|
|
189
|
+
|
|
190
|
+
本次发布包含了以下内容:
|
|
191
|
+
|
|
192
|
+
改善已有的文档。
|
|
193
|
+
|
|
194
|
+
新增接口:
|
|
195
|
+
|
|
196
|
+
* [CreateSparkApp](https://cloud.tencent.com/document/api/1342/74538)
|
|
197
|
+
* [CreateSparkAppTask](https://cloud.tencent.com/document/api/1342/74537)
|
|
198
|
+
* [DeleteSparkApp](https://cloud.tencent.com/document/api/1342/74536)
|
|
199
|
+
* [DescribeSparkAppJob](https://cloud.tencent.com/document/api/1342/74535)
|
|
200
|
+
* [DescribeSparkAppJobs](https://cloud.tencent.com/document/api/1342/74534)
|
|
201
|
+
* [DescribeSparkAppTasks](https://cloud.tencent.com/document/api/1342/74533)
|
|
202
|
+
* [ModifySparkApp](https://cloud.tencent.com/document/api/1342/74532)
|
|
203
|
+
|
|
204
|
+
新增数据结构:
|
|
205
|
+
|
|
206
|
+
* [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
|
|
207
|
+
* [StreamingStatistics](https://cloud.tencent.com/document/api/1342/53778#StreamingStatistics)
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
212
|
+
|
|
213
|
+
### 第 5 次发布
|
|
214
|
+
|
|
215
|
+
发布时间:2022-05-27 06:10:42
|
|
216
|
+
|
|
217
|
+
本次发布包含了以下内容:
|
|
218
|
+
|
|
219
|
+
改善已有的文档。
|
|
220
|
+
|
|
221
|
+
新增接口:
|
|
222
|
+
|
|
223
|
+
* [ListTopicRules](https://cloud.tencent.com/document/api/634/74542)
|
|
224
|
+
|
|
225
|
+
新增数据结构:
|
|
226
|
+
|
|
227
|
+
* [TopicRuleInfo](https://cloud.tencent.com/document/api/634/71973#TopicRuleInfo)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
1
235
|
# Release 4.0.348
|
|
2
236
|
|
|
3
237
|
## 堡垒机(dasb) 版本:2019-10-18
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,44 +1,48 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 41 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-05-
|
|
7
|
+
发布时间:2022-05-31 06:05:45
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [CreateUser](https://cloud.tencent.com/document/api/1025/74406)
|
|
17
|
-
* [DeleteAcls](https://cloud.tencent.com/document/api/1025/74410)
|
|
18
|
-
* [DeleteUsers](https://cloud.tencent.com/document/api/1025/74405)
|
|
19
|
-
* [DescribeAcls](https://cloud.tencent.com/document/api/1025/74409)
|
|
20
|
-
* [DescribeDasbImageIds](https://cloud.tencent.com/document/api/1025/74413)
|
|
21
|
-
* [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
|
|
22
|
-
* [DescribeUsers](https://cloud.tencent.com/document/api/1025/74404)
|
|
23
|
-
* [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
|
|
24
|
-
* [ModifyUser](https://cloud.tencent.com/document/api/1025/74403)
|
|
15
|
+
* [BindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/33559)
|
|
25
16
|
|
|
26
|
-
|
|
17
|
+
* <font color="#dd0000">**修改入参**:</font>DiskIds
|
|
27
18
|
|
|
28
|
-
* [
|
|
29
|
-
|
|
30
|
-
*
|
|
31
|
-
* [Group](https://cloud.tencent.com/document/api/1025/74416#Group)
|
|
32
|
-
* [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
|
|
33
|
-
* [User](https://cloud.tencent.com/document/api/1025/74416#User)
|
|
19
|
+
* [CreateSnapshot](https://cloud.tencent.com/document/api/362/15648)
|
|
20
|
+
|
|
21
|
+
* 新增入参:Tags
|
|
34
22
|
|
|
23
|
+
* [UnbindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/33554)
|
|
35
24
|
|
|
25
|
+
* <font color="#dd0000">**修改入参**:</font>DiskIds
|
|
36
26
|
|
|
37
|
-
## 事件总线(eb) 版本:2021-04-16
|
|
38
27
|
|
|
39
|
-
|
|
28
|
+
修改数据结构:
|
|
40
29
|
|
|
41
|
-
|
|
30
|
+
* [AutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/15669#AutoSnapshotPolicy)
|
|
31
|
+
|
|
32
|
+
* 新增成员:IsCopyToRemote, CopyToAccountUin, InstanceIdSet
|
|
33
|
+
|
|
34
|
+
* [Snapshot](https://cloud.tencent.com/document/api/362/15669#Snapshot)
|
|
35
|
+
|
|
36
|
+
* 新增成员:Tags
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
42
|
+
|
|
43
|
+
### 第 42 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2022-05-31 06:08:47
|
|
42
46
|
|
|
43
47
|
本次发布包含了以下内容:
|
|
44
48
|
|
|
@@ -46,9 +50,92 @@
|
|
|
46
50
|
|
|
47
51
|
修改数据结构:
|
|
48
52
|
|
|
49
|
-
* [
|
|
53
|
+
* [MalWareList](https://cloud.tencent.com/document/api/296/19867#MalWareList)
|
|
50
54
|
|
|
51
|
-
* 新增成员:
|
|
55
|
+
* 新增成员:CheckPlatform, ProcessExists, FileExists
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
61
|
+
|
|
62
|
+
### 第 41 次发布
|
|
63
|
+
|
|
64
|
+
发布时间:2022-05-31 06:09:47
|
|
65
|
+
|
|
66
|
+
本次发布包含了以下内容:
|
|
67
|
+
|
|
68
|
+
改善已有的文档。
|
|
69
|
+
|
|
70
|
+
新增接口:
|
|
71
|
+
|
|
72
|
+
* [TerminateDedicatedDBInstance](https://cloud.tencent.com/document/api/557/74711)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## 密钥管理系统(kms) 版本:2019-01-18
|
|
77
|
+
|
|
78
|
+
### 第 17 次发布
|
|
79
|
+
|
|
80
|
+
发布时间:2022-05-31 06:13:25
|
|
81
|
+
|
|
82
|
+
本次发布包含了以下内容:
|
|
83
|
+
|
|
84
|
+
改善已有的文档。
|
|
85
|
+
|
|
86
|
+
修改接口:
|
|
87
|
+
|
|
88
|
+
* [CreateKey](https://cloud.tencent.com/document/api/573/34430)
|
|
89
|
+
|
|
90
|
+
* 新增入参:HsmClusterId
|
|
91
|
+
|
|
92
|
+
* 新增出参:HsmClusterId
|
|
93
|
+
|
|
94
|
+
* [GetServiceStatus](https://cloud.tencent.com/document/api/573/34417)
|
|
95
|
+
|
|
96
|
+
* 新增出参:ExclusiveVSMEnabled, ExclusiveHSMEnabled
|
|
97
|
+
|
|
98
|
+
* [ListKeyDetail](https://cloud.tencent.com/document/api/573/34416)
|
|
99
|
+
|
|
100
|
+
* 新增入参:HsmClusterId
|
|
101
|
+
|
|
102
|
+
* [ListKeys](https://cloud.tencent.com/document/api/573/34415)
|
|
103
|
+
|
|
104
|
+
* 新增入参:HsmClusterId
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
修改数据结构:
|
|
108
|
+
|
|
109
|
+
* [KeyMetadata](https://cloud.tencent.com/document/api/573/34431#KeyMetadata)
|
|
110
|
+
|
|
111
|
+
* 新增成员:HsmClusterId
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
117
|
+
|
|
118
|
+
### 第 113 次发布
|
|
119
|
+
|
|
120
|
+
发布时间:2022-05-31 06:20:06
|
|
121
|
+
|
|
122
|
+
本次发布包含了以下内容:
|
|
123
|
+
|
|
124
|
+
改善已有的文档。
|
|
125
|
+
|
|
126
|
+
修改接口:
|
|
127
|
+
|
|
128
|
+
* [CreateNetworkInterface](https://cloud.tencent.com/document/api/215/15818)
|
|
129
|
+
|
|
130
|
+
* 新增入参:TrunkingFlag
|
|
131
|
+
|
|
132
|
+
* [DescribeNetworkInterfaceLimit](https://cloud.tencent.com/document/api/215/38533)
|
|
133
|
+
|
|
134
|
+
* 新增出参:SubEniQuantity, SubEniPrivateIpAddressQuantity
|
|
135
|
+
|
|
136
|
+
* [ModifyNetworkInterfaceAttribute](https://cloud.tencent.com/document/api/215/15815)
|
|
137
|
+
|
|
138
|
+
* 新增入参:TrunkingFlag
|
|
52
139
|
|
|
53
140
|
|
|
54
141
|
|
|
@@ -9058,6 +9145,40 @@
|
|
|
9058
9145
|
|
|
9059
9146
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
9060
9147
|
|
|
9148
|
+
### 第 41 次发布
|
|
9149
|
+
|
|
9150
|
+
发布时间:2022-05-31 06:05:45
|
|
9151
|
+
|
|
9152
|
+
本次发布包含了以下内容:
|
|
9153
|
+
|
|
9154
|
+
改善已有的文档。
|
|
9155
|
+
|
|
9156
|
+
修改接口:
|
|
9157
|
+
|
|
9158
|
+
* [BindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/33559)
|
|
9159
|
+
|
|
9160
|
+
* <font color="#dd0000">**修改入参**:</font>DiskIds
|
|
9161
|
+
|
|
9162
|
+
* [CreateSnapshot](https://cloud.tencent.com/document/api/362/15648)
|
|
9163
|
+
|
|
9164
|
+
* 新增入参:Tags
|
|
9165
|
+
|
|
9166
|
+
* [UnbindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/33554)
|
|
9167
|
+
|
|
9168
|
+
* <font color="#dd0000">**修改入参**:</font>DiskIds
|
|
9169
|
+
|
|
9170
|
+
|
|
9171
|
+
修改数据结构:
|
|
9172
|
+
|
|
9173
|
+
* [AutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/15669#AutoSnapshotPolicy)
|
|
9174
|
+
|
|
9175
|
+
* 新增成员:IsCopyToRemote, CopyToAccountUin, InstanceIdSet
|
|
9176
|
+
|
|
9177
|
+
* [Snapshot](https://cloud.tencent.com/document/api/362/15669#Snapshot)
|
|
9178
|
+
|
|
9179
|
+
* 新增成员:Tags
|
|
9180
|
+
|
|
9181
|
+
|
|
9061
9182
|
### 第 40 次发布
|
|
9062
9183
|
|
|
9063
9184
|
发布时间:2022-04-13 06:12:00
|
|
@@ -24070,6 +24191,21 @@
|
|
|
24070
24191
|
|
|
24071
24192
|
## 主机安全(cwp) 版本:2018-02-28
|
|
24072
24193
|
|
|
24194
|
+
### 第 42 次发布
|
|
24195
|
+
|
|
24196
|
+
发布时间:2022-05-31 06:08:47
|
|
24197
|
+
|
|
24198
|
+
本次发布包含了以下内容:
|
|
24199
|
+
|
|
24200
|
+
改善已有的文档。
|
|
24201
|
+
|
|
24202
|
+
修改数据结构:
|
|
24203
|
+
|
|
24204
|
+
* [MalWareList](https://cloud.tencent.com/document/api/296/19867#MalWareList)
|
|
24205
|
+
|
|
24206
|
+
* 新增成员:CheckPlatform, ProcessExists, FileExists
|
|
24207
|
+
|
|
24208
|
+
|
|
24073
24209
|
### 第 41 次发布
|
|
24074
24210
|
|
|
24075
24211
|
发布时间:2022-05-17 06:07:58
|
|
@@ -25929,25 +26065,25 @@
|
|
|
25929
26065
|
|
|
25930
26066
|
新增接口:
|
|
25931
26067
|
|
|
25932
|
-
* [
|
|
25933
|
-
* [
|
|
25934
|
-
* [
|
|
25935
|
-
* [
|
|
25936
|
-
* [
|
|
25937
|
-
* [
|
|
25938
|
-
* [
|
|
25939
|
-
* [
|
|
25940
|
-
* [
|
|
25941
|
-
* [
|
|
26068
|
+
* [CreateAcl](https://cloud.tencent.com/document/api/1025/74411)
|
|
26069
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1025/74406)
|
|
26070
|
+
* [DeleteAcls](https://cloud.tencent.com/document/api/1025/74410)
|
|
26071
|
+
* [DeleteUsers](https://cloud.tencent.com/document/api/1025/74405)
|
|
26072
|
+
* [DescribeAcls](https://cloud.tencent.com/document/api/1025/74409)
|
|
26073
|
+
* [DescribeDasbImageIds](https://cloud.tencent.com/document/api/1025/74413)
|
|
26074
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
|
|
26075
|
+
* [DescribeUsers](https://cloud.tencent.com/document/api/1025/74404)
|
|
26076
|
+
* [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
|
|
26077
|
+
* [ModifyUser](https://cloud.tencent.com/document/api/1025/74403)
|
|
25942
26078
|
|
|
25943
26079
|
新增数据结构:
|
|
25944
26080
|
|
|
25945
|
-
* [
|
|
25946
|
-
* [
|
|
25947
|
-
* [
|
|
25948
|
-
* [
|
|
25949
|
-
* [
|
|
25950
|
-
* [
|
|
26081
|
+
* [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl)
|
|
26082
|
+
* [CmdTemplate](https://cloud.tencent.com/document/api/1025/74416#CmdTemplate)
|
|
26083
|
+
* [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
|
|
26084
|
+
* [Group](https://cloud.tencent.com/document/api/1025/74416#Group)
|
|
26085
|
+
* [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
|
|
26086
|
+
* [User](https://cloud.tencent.com/document/api/1025/74416#User)
|
|
25951
26087
|
|
|
25952
26088
|
|
|
25953
26089
|
|
|
@@ -27391,6 +27527,18 @@
|
|
|
27391
27527
|
|
|
27392
27528
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
27393
27529
|
|
|
27530
|
+
### 第 41 次发布
|
|
27531
|
+
|
|
27532
|
+
发布时间:2022-05-31 06:09:47
|
|
27533
|
+
|
|
27534
|
+
本次发布包含了以下内容:
|
|
27535
|
+
|
|
27536
|
+
改善已有的文档。
|
|
27537
|
+
|
|
27538
|
+
新增接口:
|
|
27539
|
+
|
|
27540
|
+
* [[TerminateDedicatedDBInstance](https://cloud.tencent.com/document/api/557/74711)](https://cloud.tencent.com/document/api/#/#)
|
|
27541
|
+
|
|
27394
27542
|
### 第 40 次发布
|
|
27395
27543
|
|
|
27396
27544
|
发布时间:2022-05-25 06:07:44
|
|
@@ -28180,6 +28328,29 @@
|
|
|
28180
28328
|
|
|
28181
28329
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
28182
28330
|
|
|
28331
|
+
### 第 17 次发布
|
|
28332
|
+
|
|
28333
|
+
发布时间:2022-05-26 18:17:40
|
|
28334
|
+
|
|
28335
|
+
本次发布包含了以下内容:
|
|
28336
|
+
|
|
28337
|
+
改善已有的文档。
|
|
28338
|
+
|
|
28339
|
+
新增接口:
|
|
28340
|
+
|
|
28341
|
+
* [CreateSparkApp](https://cloud.tencent.com/document/api/1342/74538)
|
|
28342
|
+
* [CreateSparkAppTask](https://cloud.tencent.com/document/api/1342/74537)
|
|
28343
|
+
* [DeleteSparkApp](https://cloud.tencent.com/document/api/1342/74536)
|
|
28344
|
+
* [DescribeSparkAppJob](https://cloud.tencent.com/document/api/1342/74535)
|
|
28345
|
+
* [DescribeSparkAppJobs](https://cloud.tencent.com/document/api/1342/74534)
|
|
28346
|
+
* [DescribeSparkAppTasks](https://cloud.tencent.com/document/api/1342/74533)
|
|
28347
|
+
* [ModifySparkApp](https://cloud.tencent.com/document/api/1342/74532)
|
|
28348
|
+
|
|
28349
|
+
新增数据结构:
|
|
28350
|
+
|
|
28351
|
+
* [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
|
|
28352
|
+
* [StreamingStatistics](https://cloud.tencent.com/document/api/1342/53778#StreamingStatistics)
|
|
28353
|
+
|
|
28183
28354
|
### 第 16 次发布
|
|
28184
28355
|
|
|
28185
28356
|
发布时间:2022-05-20 06:10:49
|
|
@@ -39846,6 +40017,22 @@
|
|
|
39846
40017
|
|
|
39847
40018
|
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
39848
40019
|
|
|
40020
|
+
### 第 5 次发布
|
|
40021
|
+
|
|
40022
|
+
发布时间:2022-05-27 06:10:42
|
|
40023
|
+
|
|
40024
|
+
本次发布包含了以下内容:
|
|
40025
|
+
|
|
40026
|
+
改善已有的文档。
|
|
40027
|
+
|
|
40028
|
+
新增接口:
|
|
40029
|
+
|
|
40030
|
+
* [ListTopicRules](https://cloud.tencent.com/document/api/634/74542)
|
|
40031
|
+
|
|
40032
|
+
新增数据结构:
|
|
40033
|
+
|
|
40034
|
+
* [TopicRuleInfo](https://cloud.tencent.com/document/api/634/71973#TopicRuleInfo)
|
|
40035
|
+
|
|
39849
40036
|
### 第 4 次发布
|
|
39850
40037
|
|
|
39851
40038
|
发布时间:2022-05-20 06:13:13
|
|
@@ -42467,6 +42654,42 @@
|
|
|
42467
42654
|
|
|
42468
42655
|
## 密钥管理系统(kms) 版本:2019-01-18
|
|
42469
42656
|
|
|
42657
|
+
### 第 17 次发布
|
|
42658
|
+
|
|
42659
|
+
发布时间:2022-05-31 06:13:25
|
|
42660
|
+
|
|
42661
|
+
本次发布包含了以下内容:
|
|
42662
|
+
|
|
42663
|
+
改善已有的文档。
|
|
42664
|
+
|
|
42665
|
+
修改接口:
|
|
42666
|
+
|
|
42667
|
+
* [CreateKey](https://cloud.tencent.com/document/api/573/34430)
|
|
42668
|
+
|
|
42669
|
+
* 新增入参:HsmClusterId
|
|
42670
|
+
|
|
42671
|
+
* 新增出参:HsmClusterId
|
|
42672
|
+
|
|
42673
|
+
* [GetServiceStatus](https://cloud.tencent.com/document/api/573/34417)
|
|
42674
|
+
|
|
42675
|
+
* 新增出参:ExclusiveVSMEnabled, ExclusiveHSMEnabled
|
|
42676
|
+
|
|
42677
|
+
* [ListKeyDetail](https://cloud.tencent.com/document/api/573/34416)
|
|
42678
|
+
|
|
42679
|
+
* 新增入参:HsmClusterId
|
|
42680
|
+
|
|
42681
|
+
* [ListKeys](https://cloud.tencent.com/document/api/573/34415)
|
|
42682
|
+
|
|
42683
|
+
* 新增入参:HsmClusterId
|
|
42684
|
+
|
|
42685
|
+
|
|
42686
|
+
修改数据结构:
|
|
42687
|
+
|
|
42688
|
+
* [KeyMetadata](https://cloud.tencent.com/document/api/573/34431#KeyMetadata)
|
|
42689
|
+
|
|
42690
|
+
* 新增成员:HsmClusterId
|
|
42691
|
+
|
|
42692
|
+
|
|
42470
42693
|
### 第 16 次发布
|
|
42471
42694
|
|
|
42472
42695
|
发布时间:2021-12-23 08:12:09
|
|
@@ -51469,6 +51692,18 @@
|
|
|
51469
51692
|
|
|
51470
51693
|
## 企业组织(organization) 版本:2021-03-31
|
|
51471
51694
|
|
|
51695
|
+
### 第 8 次发布
|
|
51696
|
+
|
|
51697
|
+
发布时间:2022-05-30 06:11:27
|
|
51698
|
+
|
|
51699
|
+
本次发布包含了以下内容:
|
|
51700
|
+
|
|
51701
|
+
改善已有的文档。
|
|
51702
|
+
|
|
51703
|
+
新增接口:
|
|
51704
|
+
|
|
51705
|
+
* [CreateOrganizationMemberPolicy](https://cloud.tencent.com/document/api/850/74595)
|
|
51706
|
+
|
|
51472
51707
|
### 第 7 次发布
|
|
51473
51708
|
|
|
51474
51709
|
发布时间:2022-03-08 08:16:27
|
|
@@ -52995,6 +53230,19 @@
|
|
|
52995
53230
|
|
|
52996
53231
|
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
52997
53232
|
|
|
53233
|
+
### 第 46 次发布
|
|
53234
|
+
|
|
53235
|
+
发布时间:2022-05-30 06:11:47
|
|
53236
|
+
|
|
53237
|
+
本次发布包含了以下内容:
|
|
53238
|
+
|
|
53239
|
+
改善已有的文档。
|
|
53240
|
+
|
|
53241
|
+
新增接口:
|
|
53242
|
+
|
|
53243
|
+
* [UpgradeProxyVersion](https://cloud.tencent.com/document/api/239/74597)
|
|
53244
|
+
* [UpgradeSmallVersion](https://cloud.tencent.com/document/api/239/74596)
|
|
53245
|
+
|
|
52998
53246
|
### 第 45 次发布
|
|
52999
53247
|
|
|
53000
53248
|
发布时间:2022-05-18 06:15:32
|
|
@@ -75145,6 +75393,29 @@
|
|
|
75145
75393
|
|
|
75146
75394
|
## 私有网络(vpc) 版本:2017-03-12
|
|
75147
75395
|
|
|
75396
|
+
### 第 113 次发布
|
|
75397
|
+
|
|
75398
|
+
发布时间:2022-05-31 06:20:06
|
|
75399
|
+
|
|
75400
|
+
本次发布包含了以下内容:
|
|
75401
|
+
|
|
75402
|
+
改善已有的文档。
|
|
75403
|
+
|
|
75404
|
+
修改接口:
|
|
75405
|
+
|
|
75406
|
+
* [CreateNetworkInterface](https://cloud.tencent.com/document/api/215/15818)
|
|
75407
|
+
|
|
75408
|
+
* 新增入参:TrunkingFlag
|
|
75409
|
+
|
|
75410
|
+
* [DescribeNetworkInterfaceLimit](https://cloud.tencent.com/document/api/215/38533)
|
|
75411
|
+
|
|
75412
|
+
* 新增出参:SubEniQuantity, SubEniPrivateIpAddressQuantity
|
|
75413
|
+
|
|
75414
|
+
* [ModifyNetworkInterfaceAttribute](https://cloud.tencent.com/document/api/215/15815)
|
|
75415
|
+
|
|
75416
|
+
* 新增入参:TrunkingFlag
|
|
75417
|
+
|
|
75418
|
+
|
|
75148
75419
|
### 第 112 次发布
|
|
75149
75420
|
|
|
75150
75421
|
发布时间:2022-05-18 06:20:08
|