tencentcloud-sdk-nodejs 4.0.846 → 4.0.847

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.
Files changed (49) hide show
  1. package/CHANGELOG.md +236 -0
  2. package/SERVICE_CHANGELOG.md +422 -11
  3. package/package.json +1 -1
  4. package/products.md +16 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_client.ts +38 -2
  7. package/src/services/cdb/v20170320/cdb_models.ts +128 -40
  8. package/src/services/clb/v20180317/clb_models.ts +8 -0
  9. package/src/services/cls/v20201016/cls_models.ts +76 -30
  10. package/src/services/csip/v20221121/csip_models.ts +68 -0
  11. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  12. package/src/services/cwp/v20180228/cwp_client.ts +1 -15
  13. package/src/services/cwp/v20180228/cwp_models.ts +20 -104
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  15. package/src/services/ocr/v20181119/ocr_client.ts +2 -4
  16. package/src/services/rum/v20210622/rum_models.ts +8 -8
  17. package/src/services/ssl/v20191205/ssl_models.ts +2 -2
  18. package/src/services/teo/v20220901/teo_models.ts +1 -1
  19. package/src/services/tsf/v20180326/tsf_models.ts +54 -37
  20. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  21. package/src/services/vpc/v20170312/vpc_models.ts +18 -13
  22. package/src/services/wedata/v20210820/wedata_client.ts +12 -8
  23. package/src/services/wedata/v20210820/wedata_models.ts +341 -104
  24. package/tencentcloud/common/sdk_version.d.ts +1 -1
  25. package/tencentcloud/common/sdk_version.js +1 -1
  26. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +13 -1
  27. package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -0
  28. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +122 -40
  29. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +8 -0
  30. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +76 -30
  31. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +68 -0
  32. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  33. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
  34. package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
  35. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +20 -102
  36. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  37. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -2
  38. package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -2
  39. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +8 -8
  40. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
  41. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
  42. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +54 -37
  43. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  44. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
  45. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +18 -13
  46. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
  47. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +335 -102
  48. package/test/cdb.v20170320.test.js +30 -0
  49. package/test/cwp.v20180228.test.js +0 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,239 @@
1
+ # Release 4.0.847
2
+
3
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
4
+
5
+ ### 第 157 次发布
6
+
7
+ 发布时间:2024-05-07 01:10:17
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [CloseSSL](https://cloud.tencent.com/document/api/236/105850)
16
+ * [DescribeSSLStatus](https://cloud.tencent.com/document/api/236/105849)
17
+ * [OpenSSL](https://cloud.tencent.com/document/api/236/105848)
18
+
19
+
20
+
21
+ ## 负载均衡(clb) 版本:2018-03-17
22
+
23
+ ### 第 104 次发布
24
+
25
+ 发布时间:2024-05-07 01:12:00
26
+
27
+ 本次发布包含了以下内容:
28
+
29
+ 改善已有的文档。
30
+
31
+ 修改接口:
32
+
33
+ * [CreateListener](https://cloud.tencent.com/document/api/214/30693)
34
+
35
+ * 新增入参:SnatEnable
36
+
37
+ * [ModifyListener](https://cloud.tencent.com/document/api/214/30681)
38
+
39
+ * 新增入参:SnatEnable
40
+
41
+
42
+
43
+
44
+ ## 云安全一体化平台(csip) 版本:2022-11-21
45
+
46
+ ### 第 36 次发布
47
+
48
+ 发布时间:2024-05-07 01:12:54
49
+
50
+ 本次发布包含了以下内容:
51
+
52
+ 改善已有的文档。
53
+
54
+ 修改接口:
55
+
56
+ * [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
57
+
58
+ * 新增入参:MemberId
59
+
60
+ * [DeleteRiskScanTask](https://cloud.tencent.com/document/api/664/98745)
61
+
62
+ * 新增入参:MemberId
63
+
64
+ * [DescribeRiskCenterAssetViewCFGRiskList](https://cloud.tencent.com/document/api/664/98822)
65
+
66
+ * 新增入参:MemberId
67
+
68
+ * [DescribeRiskCenterAssetViewPortRiskList](https://cloud.tencent.com/document/api/664/93509)
69
+
70
+ * 新增入参:MemberId
71
+
72
+ * [DescribeRiskCenterAssetViewVULRiskList](https://cloud.tencent.com/document/api/664/93508)
73
+
74
+ * 新增入参:MemberId
75
+
76
+ * [DescribeRiskCenterAssetViewWeakPasswordRiskList](https://cloud.tencent.com/document/api/664/98821)
77
+
78
+ * 新增入参:MemberId
79
+
80
+ * [DescribeRiskCenterPortViewPortRiskList](https://cloud.tencent.com/document/api/664/100198)
81
+
82
+ * 新增入参:MemberId
83
+
84
+ * [DescribeRiskCenterServerRiskList](https://cloud.tencent.com/document/api/664/98820)
85
+
86
+ * 新增入参:MemberId
87
+
88
+ * [DescribeRiskCenterVULViewVULRiskList](https://cloud.tencent.com/document/api/664/100197)
89
+
90
+ * 新增入参:MemberId
91
+
92
+ * [DescribeRiskCenterWebsiteRiskList](https://cloud.tencent.com/document/api/664/98819)
93
+
94
+ * 新增入参:MemberId
95
+
96
+ * [DescribeScanReportList](https://cloud.tencent.com/document/api/664/90815)
97
+
98
+ * 新增入参:MemberId
99
+
100
+ * [DescribeScanTaskList](https://cloud.tencent.com/document/api/664/97683)
101
+
102
+ * 新增入参:MemberId
103
+
104
+ * [DescribeTaskLogList](https://cloud.tencent.com/document/api/664/97682)
105
+
106
+ * 新增入参:MemberId
107
+
108
+ * [DescribeTaskLogURL](https://cloud.tencent.com/document/api/664/97681)
109
+
110
+ * 新增入参:MemberId
111
+
112
+ * [ModifyRiskCenterRiskStatus](https://cloud.tencent.com/document/api/664/100196)
113
+
114
+ * 新增入参:MemberId
115
+
116
+ * [ModifyRiskCenterScanTask](https://cloud.tencent.com/document/api/664/103117)
117
+
118
+ * 新增入参:MemberId
119
+
120
+ * [StopRiskCenterTask](https://cloud.tencent.com/document/api/664/98744)
121
+
122
+ * 新增入参:MemberId
123
+
124
+
125
+
126
+
127
+ ## 云服务器(cvm) 版本:2017-03-12
128
+
129
+ ### 第 126 次发布
130
+
131
+ 发布时间:2024-05-07 01:13:09
132
+
133
+ 本次发布包含了以下内容:
134
+
135
+ 改善已有的文档。
136
+
137
+ 修改数据结构:
138
+
139
+ * [InstanceStatus](https://cloud.tencent.com/document/api/213/15753#InstanceStatus)
140
+
141
+ * <font color="#dd0000">**修改成员**:</font>InstanceId, InstanceState
142
+
143
+
144
+
145
+
146
+ ## 主机安全(cwp) 版本:2018-02-28
147
+
148
+ ### 第 112 次发布
149
+
150
+ 发布时间:2024-05-07 01:13:25
151
+
152
+ 本次发布包含了以下内容:
153
+
154
+ 改善已有的文档。
155
+
156
+ <font color="#dd0000">**删除接口**:</font>
157
+
158
+ * DescribeAttackLogInfo
159
+
160
+
161
+
162
+ ## 微服务平台 TSF(tsf) 版本:2018-03-26
163
+
164
+ ### 第 105 次发布
165
+
166
+ 发布时间:2024-05-07 01:28:28
167
+
168
+ 本次发布包含了以下内容:
169
+
170
+ 改善已有的文档。
171
+
172
+ 修改接口:
173
+
174
+ * [CreateCluster](https://cloud.tencent.com/document/api/649/36049)
175
+
176
+ * 新增入参:EnableLogCollection
177
+
178
+ * [ModifyCluster](https://cloud.tencent.com/document/api/649/85853)
179
+
180
+ * 新增入参:EnableLogCollection, RepairLog
181
+
182
+
183
+ 修改数据结构:
184
+
185
+ * [ClusterV2](https://cloud.tencent.com/document/api/649/36099#ClusterV2)
186
+
187
+ * 新增成员:EnableLogCollection
188
+
189
+
190
+
191
+
192
+ ## 私有网络(vpc) 版本:2017-03-12
193
+
194
+ ### 第 189 次发布
195
+
196
+ 发布时间:2024-05-07 01:29:27
197
+
198
+ 本次发布包含了以下内容:
199
+
200
+ 改善已有的文档。
201
+
202
+ 修改数据结构:
203
+
204
+ * [SslVpnSever](https://cloud.tencent.com/document/api/215/15824#SslVpnSever)
205
+
206
+ * 新增成员:SpName
207
+
208
+
209
+
210
+
211
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
212
+
213
+ ### 第 89 次发布
214
+
215
+ 发布时间:2024-05-07 01:30:27
216
+
217
+ 本次发布包含了以下内容:
218
+
219
+ 改善已有的文档。
220
+
221
+ 修改接口:
222
+
223
+ * [DescribeProject](https://cloud.tencent.com/document/api/1267/76377)
224
+
225
+ * 新增出参:Data
226
+
227
+
228
+ 新增数据结构:
229
+
230
+ * [BaseClusterInfo](https://cloud.tencent.com/document/api/1267/76336#BaseClusterInfo)
231
+ * [BaseTenant](https://cloud.tencent.com/document/api/1267/76336#BaseTenant)
232
+ * [BaseUser](https://cloud.tencent.com/document/api/1267/76336#BaseUser)
233
+ * [Project](https://cloud.tencent.com/document/api/1267/76336#Project)
234
+
235
+
236
+
1
237
  # Release 4.0.846
2
238
 
3
239
  ## 日志服务(cls) 版本:2020-10-16