tencentcloud-sdk-nodejs 4.0.901 → 4.0.902

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 (50) hide show
  1. package/CHANGELOG.md +265 -0
  2. package/SERVICE_CHANGELOG.md +406 -67
  3. package/package.json +1 -1
  4. package/products.md +14 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +29 -3
  7. package/src/services/ccc/v20200210/ccc_models.ts +5 -0
  8. package/src/services/cdb/v20170320/cdb_client.ts +2 -1
  9. package/src/services/cdb/v20170320/cdb_models.ts +20 -0
  10. package/src/services/ess/v20201111/ess_client.ts +19 -0
  11. package/src/services/ess/v20201111/ess_models.ts +44 -0
  12. package/src/services/gaap/v20180529/gaap_models.ts +17 -17
  13. package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
  14. package/src/services/iss/v20230517/iss_models.ts +2 -1
  15. package/src/services/mongodb/v20190725/mongodb_models.ts +6 -6
  16. package/src/services/monitor/v20180724/monitor_models.ts +31 -19
  17. package/src/services/oceanus/v20190422/oceanus_models.ts +4 -0
  18. package/src/services/postgres/v20170312/postgres_client.ts +149 -62
  19. package/src/services/postgres/v20170312/postgres_models.ts +401 -111
  20. package/src/services/rce/v20201103/rce_client.ts +1 -0
  21. package/src/services/rce/v20201103/rce_models.ts +72 -0
  22. package/src/services/tcr/v20190924/tcr_client.ts +2 -2
  23. package/src/services/tcr/v20190924/tcr_models.ts +30 -18
  24. package/src/services/waf/v20180125/waf_models.ts +206 -39
  25. package/tencentcloud/common/sdk_version.d.ts +1 -1
  26. package/tencentcloud/common/sdk_version.js +1 -1
  27. package/tencentcloud/services/as/v20180419/as_models.d.ts +29 -3
  28. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
  29. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  30. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  31. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +19 -0
  32. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -1
  33. package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
  34. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +42 -0
  35. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +17 -17
  36. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
  37. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +2 -1
  38. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +6 -6
  39. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +31 -19
  40. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
  41. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +47 -19
  42. package/tencentcloud/services/postgres/v20170312/postgres_client.js +69 -27
  43. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +384 -111
  44. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +71 -0
  45. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +2 -2
  46. package/tencentcloud/services/tcr/v20190924/tcr_client.js +2 -2
  47. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +30 -18
  48. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +206 -39
  49. package/test/ess.v20201111.test.js +10 -0
  50. package/test/postgres.v20170312.test.js +88 -18
package/CHANGELOG.md CHANGED
@@ -1,3 +1,268 @@
1
+ # Release 4.0.902
2
+
3
+ ## 弹性伸缩(as) 版本:2018-04-19
4
+
5
+ ### 第 71 次发布
6
+
7
+ 发布时间:2024-07-23 01:04:47
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [DataDisk](https://cloud.tencent.com/document/api/377/20453#DataDisk)
16
+
17
+ * 新增成员:BurstPerformance
18
+
19
+ * [InstanceNameSettings](https://cloud.tencent.com/document/api/377/20453#InstanceNameSettings)
20
+
21
+ * 新增成员:InstanceNameSuffix
22
+
23
+
24
+
25
+
26
+ ## 云联络中心(ccc) 版本:2020-02-10
27
+
28
+ ### 第 70 次发布
29
+
30
+ 发布时间:2024-07-23 01:10:10
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ 修改数据结构:
37
+
38
+ * [SkillGroupInfoItem](https://cloud.tencent.com/document/api/679/47715#SkillGroupInfoItem)
39
+
40
+ * 新增成员:Alias
41
+
42
+
43
+
44
+
45
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
46
+
47
+ ### 第 161 次发布
48
+
49
+ 发布时间:2024-07-23 01:10:42
50
+
51
+ 本次发布包含了以下内容:
52
+
53
+ 改善已有的文档。
54
+
55
+ 修改接口:
56
+
57
+ * [UpgradeDBInstanceEngineVersion](https://cloud.tencent.com/document/api/236/15870)
58
+
59
+ * 新增入参:ParamList
60
+
61
+
62
+ 新增数据结构:
63
+
64
+ * [UpgradeEngineVersionParams](https://cloud.tencent.com/document/api/236/15878#UpgradeEngineVersionParams)
65
+
66
+
67
+
68
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
69
+
70
+ ### 第 180 次发布
71
+
72
+ 发布时间:2024-07-23 01:33:50
73
+
74
+ 本次发布包含了以下内容:
75
+
76
+ 改善已有的文档。
77
+
78
+ 新增接口:
79
+
80
+ * [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1323/109065)
81
+
82
+
83
+
84
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
85
+
86
+ ### 第 13 次发布
87
+
88
+ 发布时间:2024-07-23 01:37:38
89
+
90
+ 本次发布包含了以下内容:
91
+
92
+ 改善已有的文档。
93
+
94
+ 修改数据结构:
95
+
96
+ * [SearchResult](https://cloud.tencent.com/document/api/1729/101838#SearchResult)
97
+
98
+ * <font color="#dd0000">**修改成员**:</font>Index
99
+
100
+
101
+
102
+
103
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
104
+
105
+ ### 第 60 次发布
106
+
107
+ 发布时间:2024-07-23 01:53:12
108
+
109
+ 本次发布包含了以下内容:
110
+
111
+ 改善已有的文档。
112
+
113
+ 修改数据结构:
114
+
115
+ * [RunJobDescription](https://cloud.tencent.com/document/api/849/52010#RunJobDescription)
116
+
117
+ * 新增成员:KafkaScanMode
118
+
119
+
120
+
121
+
122
+ ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
123
+
124
+ ### 第 44 次发布
125
+
126
+ 发布时间:2024-07-23 01:55:36
127
+
128
+ 本次发布包含了以下内容:
129
+
130
+ 改善已有的文档。
131
+
132
+ 新增接口:
133
+
134
+ * [CreateAccount](https://cloud.tencent.com/document/api/409/109071)
135
+ * [DeleteAccount](https://cloud.tencent.com/document/api/409/109070)
136
+ * [DescribeAccountPrivileges](https://cloud.tencent.com/document/api/409/109069)
137
+ * [DescribeDatabaseObjects](https://cloud.tencent.com/document/api/409/109072)
138
+ * [LockAccount](https://cloud.tencent.com/document/api/409/109068)
139
+ * [ModifyAccountPrivileges](https://cloud.tencent.com/document/api/409/109067)
140
+ * [UnlockAccount](https://cloud.tencent.com/document/api/409/109066)
141
+
142
+ 新增数据结构:
143
+
144
+ * [DatabaseObject](https://cloud.tencent.com/document/api/409/16778#DatabaseObject)
145
+ * [DatabasePrivilege](https://cloud.tencent.com/document/api/409/16778#DatabasePrivilege)
146
+ * [ModifyPrivilege](https://cloud.tencent.com/document/api/409/16778#ModifyPrivilege)
147
+
148
+
149
+
150
+ ## 全栈式风控引擎(rce) 版本:2020-11-03
151
+
152
+ ### 第 11 次发布
153
+
154
+ 发布时间:2024-07-23 01:57:03
155
+
156
+ 本次发布包含了以下内容:
157
+
158
+ 改善已有的文档。
159
+
160
+ 新增数据结构:
161
+
162
+ * [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1343/52566#DataAuthorizationInfo)
163
+
164
+ 修改数据结构:
165
+
166
+ * [InputManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52566#InputManageMarketingRisk)
167
+
168
+ * 新增成员:DataAuthorization
169
+
170
+
171
+
172
+
173
+ ## 容器镜像服务(tcr) 版本:2019-09-24
174
+
175
+ ### 第 67 次发布
176
+
177
+ 发布时间:2024-07-23 02:04:12
178
+
179
+ 本次发布包含了以下内容:
180
+
181
+ 改善已有的文档。
182
+
183
+ 修改接口:
184
+
185
+ * [DescribeImageManifests](https://cloud.tencent.com/document/api/1141/43525)
186
+
187
+ * 新增出参:Labels, Size
188
+
189
+
190
+
191
+
192
+ ## Web 应用防火墙(waf) 版本:2018-01-25
193
+
194
+ ### 第 94 次发布
195
+
196
+ 发布时间:2024-07-23 02:21:00
197
+
198
+ 本次发布包含了以下内容:
199
+
200
+ 改善已有的文档。
201
+
202
+ 修改接口:
203
+
204
+ * [AddAttackWhiteRule](https://cloud.tencent.com/document/api/627/100203)
205
+
206
+ * 新增入参:TypeIds, Mode, Name
207
+
208
+ * [CreateIpAccessControl](https://cloud.tencent.com/document/api/627/105915)
209
+
210
+ * 新增入参:JobType, JobDateTime
211
+
212
+ * [DescribeInstances](https://cloud.tencent.com/document/api/627/75922)
213
+
214
+ * 新增入参:FreeDelayFlag
215
+
216
+ * [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
217
+
218
+ * 新增入参:TimerType
219
+
220
+ * [ModifyAttackWhiteRule](https://cloud.tencent.com/document/api/627/100200)
221
+
222
+ * 新增入参:TypeIds, Mode, Name
223
+
224
+ * [ModifyIpAccessControl](https://cloud.tencent.com/document/api/627/105912)
225
+
226
+ * 新增入参:JobType, JobDateTime
227
+
228
+ * [UpsertCCRule](https://cloud.tencent.com/document/api/627/97646)
229
+
230
+ * 新增入参:Length
231
+
232
+
233
+ 修改数据结构:
234
+
235
+ * [BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem)
236
+
237
+ * 新增成员:JobType, CronType, JobDateTime, ValidStatus
238
+
239
+ * [CCRuleItem](https://cloud.tencent.com/document/api/627/53609#CCRuleItem)
240
+
241
+ * 新增成员:Length, RuleId, EventId, SessionApplied, CreateTime
242
+
243
+ * [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
244
+
245
+ * 新增成员:FreeDelayFlag
246
+
247
+ * [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
248
+
249
+ * 新增成员:JobType, CronType, JobDateTime
250
+
251
+ * [UserSignatureRule](https://cloud.tencent.com/document/api/627/53609#UserSignatureRule)
252
+
253
+ * 新增成员:RiskLevel
254
+
255
+ * [UserWhiteRule](https://cloud.tencent.com/document/api/627/53609#UserWhiteRule)
256
+
257
+ * 新增成员:MatchParams, SignatureIds, TypeIds, TypeId, Mode, Name, MatchInfo, MatchInfoStr
258
+
259
+ * [UserWhiteRuleItem](https://cloud.tencent.com/document/api/627/53609#UserWhiteRuleItem)
260
+
261
+ * 新增成员:MatchParams
262
+
263
+
264
+
265
+
1
266
  # Release 4.0.901
2
267
 
3
268
  ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19