tencentcloud-sdk-nodejs 4.0.528 → 4.0.530

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 (82) hide show
  1. package/CHANGELOG.md +304 -0
  2. package/SERVICE_CHANGELOG.md +379 -37
  3. package/package.json +1 -1
  4. package/products.md +42 -41
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  7. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  8. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  9. package/src/services/clb/v20180317/clb_client.ts +1 -1
  10. package/src/services/clb/v20180317/clb_models.ts +31 -1
  11. package/src/services/cynosdb/v20190107/cynosdb_client.ts +18 -6
  12. package/src/services/cynosdb/v20190107/cynosdb_models.ts +25 -0
  13. package/src/services/es/v20180416/es_models.ts +5 -0
  14. package/src/services/ess/v20201111/ess_client.ts +23 -8
  15. package/src/services/ess/v20201111/ess_models.ts +58 -8
  16. package/src/services/essbasic/v20210526/essbasic_client.ts +39 -24
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +209 -153
  18. package/src/services/fmu/v20191213/fmu_models.ts +8 -6
  19. package/src/services/gme/v20180711/gme_models.ts +20 -14
  20. package/src/services/goosefs/index.ts +5 -0
  21. package/src/services/goosefs/v20220519/goosefs_client.ts +40 -0
  22. package/src/services/goosefs/v20220519/goosefs_models.ts +61 -0
  23. package/src/services/goosefs/v20220519/index.ts +6 -0
  24. package/src/services/index.ts +1 -0
  25. package/src/services/lcic/v20220817/lcic_client.ts +32 -6
  26. package/src/services/lcic/v20220817/lcic_models.ts +188 -7
  27. package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
  28. package/src/services/monitor/v20180724/monitor_client.ts +241 -55
  29. package/src/services/monitor/v20180724/monitor_models.ts +998 -339
  30. package/src/services/mps/v20190612/mps_models.ts +16 -1
  31. package/src/services/tcb/v20180608/tcb_models.ts +54 -30
  32. package/src/services/vpc/v20170312/vpc_client.ts +3 -2
  33. package/src/services/vpc/v20170312/vpc_models.ts +35 -2
  34. package/src/services/waf/v20180125/waf_models.ts +10 -10
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  38. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  39. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  40. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  41. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
  42. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +26 -1
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
  44. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
  45. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +22 -0
  46. package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
  47. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -3
  48. package/tencentcloud/services/ess/v20201111/ess_client.js +11 -3
  49. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +51 -8
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -8
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -9
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +180 -131
  53. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +4 -2
  54. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +18 -13
  55. package/tencentcloud/services/goosefs/index.d.ts +6 -0
  56. package/tencentcloud/services/goosefs/index.js +7 -0
  57. package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +14 -0
  58. package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +37 -0
  59. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +38 -0
  60. package/tencentcloud/services/goosefs/v20220519/goosefs_models.js +18 -0
  61. package/tencentcloud/services/goosefs/v20220519/index.d.ts +6 -0
  62. package/tencentcloud/services/goosefs/v20220519/index.js +9 -0
  63. package/tencentcloud/services/index.d.ts +1 -0
  64. package/tencentcloud/services/index.js +2 -0
  65. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +11 -3
  66. package/tencentcloud/services/lcic/v20220817/lcic_client.js +15 -3
  67. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +163 -6
  68. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
  69. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +75 -15
  70. package/tencentcloud/services/monitor/v20180724/monitor_client.js +111 -21
  71. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +807 -243
  72. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +13 -1
  73. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +50 -30
  74. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  75. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +32 -2
  76. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +10 -10
  77. package/test/cynosdb.v20190107.test.js +12 -2
  78. package/test/ess.v20201111.test.js +12 -2
  79. package/test/essbasic.v20210526.test.js +14 -4
  80. package/test/goosefs.v20220519.test.js +31 -0
  81. package/test/lcic.v20220817.test.js +22 -2
  82. package/test/monitor.v20180724.test.js +164 -14
package/CHANGELOG.md CHANGED
@@ -1,3 +1,307 @@
1
+ # Release 4.0.530
2
+
3
+ ## 消息队列 CKafka(ckafka) 版本:2019-08-19
4
+
5
+ ### 第 67 次发布
6
+
7
+ 发布时间:2023-02-02 01:10:38
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [GroupResponse](https://cloud.tencent.com/document/api/597/40861#GroupResponse)
16
+
17
+ * 新增成员:GroupCountQuota
18
+
19
+
20
+
21
+
22
+ ## 负载均衡(clb) 版本:2018-03-17
23
+
24
+ ### 第 79 次发布
25
+
26
+ 发布时间:2023-02-02 01:11:16
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改接口:
33
+
34
+ * [RegisterFunctionTargets](https://cloud.tencent.com/document/api/214/84625)
35
+
36
+ * 新增入参:LoadBalancerId, ListenerId, FunctionTargets, LocationId, Domain, Url
37
+
38
+
39
+
40
+
41
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
42
+
43
+ ### 第 41 次发布
44
+
45
+ 发布时间:2023-02-02 01:16:40
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 新增接口:
52
+
53
+ * [RestartInstance](https://cloud.tencent.com/document/api/1003/86028)
54
+
55
+
56
+
57
+ ## 游戏多媒体引擎(gme) 版本:2018-07-11
58
+
59
+ ### 第 30 次发布
60
+
61
+ 发布时间:2023-02-02 01:29:27
62
+
63
+ 本次发布包含了以下内容:
64
+
65
+ 改善已有的文档。
66
+
67
+ 修改接口:
68
+
69
+ * [DeleteRoomMember](https://cloud.tencent.com/document/api/607/80403)
70
+
71
+ * <font color="#dd0000">**修改入参**:</font>Uids
72
+
73
+
74
+ 修改数据结构:
75
+
76
+ * [UserMicStatus](https://cloud.tencent.com/document/api/607/35375#UserMicStatus)
77
+
78
+ * 新增成员:StrUid
79
+
80
+ * <font color="#dd0000">**修改成员**:</font>Uid
81
+
82
+
83
+
84
+
85
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
86
+
87
+ ### 第 8 次发布
88
+
89
+ 发布时间:2023-02-02 01:35:14
90
+
91
+ 本次发布包含了以下内容:
92
+
93
+ 改善已有的文档。
94
+
95
+ 新增接口:
96
+
97
+ * [BatchRegister](https://cloud.tencent.com/document/api/1639/86029)
98
+ * [ModifyRoom](https://cloud.tencent.com/document/api/1639/86030)
99
+
100
+ 新增数据结构:
101
+
102
+ * [BatchUserInfo](https://cloud.tencent.com/document/api/1639/81423#BatchUserInfo)
103
+ * [BatchUserRequest](https://cloud.tencent.com/document/api/1639/81423#BatchUserRequest)
104
+
105
+
106
+
107
+ ## 云监控(monitor) 版本:2018-07-24
108
+
109
+ ### 第 74 次发布
110
+
111
+ 发布时间:2023-02-02 01:38:12
112
+
113
+ 本次发布包含了以下内容:
114
+
115
+ 改善已有的文档。
116
+
117
+ 新增接口:
118
+
119
+ * [CreatePrometheusAlertPolicy](https://cloud.tencent.com/document/api/248/86045)
120
+ * [CreatePrometheusClusterAgent](https://cloud.tencent.com/document/api/248/86044)
121
+ * [CreatePrometheusConfig](https://cloud.tencent.com/document/api/248/86033)
122
+ * [CreatePrometheusGlobalNotification](https://cloud.tencent.com/document/api/248/86043)
123
+ * [DeletePrometheusAlertPolicy](https://cloud.tencent.com/document/api/248/86042)
124
+ * [DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/248/86041)
125
+ * [DeletePrometheusConfig](https://cloud.tencent.com/document/api/248/86032)
126
+ * [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/248/86040)
127
+ * [DescribePrometheusGlobalConfig](https://cloud.tencent.com/document/api/248/86039)
128
+ * [DescribePrometheusGlobalNotification](https://cloud.tencent.com/document/api/248/86038)
129
+ * [DescribePrometheusTargetsTMP](https://cloud.tencent.com/document/api/248/86037)
130
+ * [ModifyPrometheusAgentExternalLabels](https://cloud.tencent.com/document/api/248/86036)
131
+ * [ModifyPrometheusAlertPolicy](https://cloud.tencent.com/document/api/248/86035)
132
+ * [ModifyPrometheusConfig](https://cloud.tencent.com/document/api/248/86031)
133
+ * [ModifyPrometheusGlobalNotification](https://cloud.tencent.com/document/api/248/86034)
134
+
135
+ 新增数据结构:
136
+
137
+ * [PrometheusAgentInfo](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentInfo)
138
+ * [PrometheusAgentOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentOverview)
139
+ * [PrometheusClusterAgentBasic](https://cloud.tencent.com/document/api/248/30354#PrometheusClusterAgentBasic)
140
+ * [PrometheusClusterAgentPodConfig](https://cloud.tencent.com/document/api/248/30354#PrometheusClusterAgentPodConfig)
141
+ * [PrometheusJobTargets](https://cloud.tencent.com/document/api/248/30354#PrometheusJobTargets)
142
+ * [Toleration](https://cloud.tencent.com/document/api/248/30354#Toleration)
143
+
144
+
145
+
146
+ ## 媒体处理(mps) 版本:2019-06-12
147
+
148
+ ### 第 51 次发布
149
+
150
+ 发布时间:2023-02-02 01:40:19
151
+
152
+ 本次发布包含了以下内容:
153
+
154
+ 改善已有的文档。
155
+
156
+ 修改接口:
157
+
158
+ * [CreateStreamLinkFlow](https://cloud.tencent.com/document/api/862/82445)
159
+
160
+ * 新增入参:EventId
161
+
162
+ * <font color="#dd0000">**修改入参**:</font>InputGroup
163
+
164
+
165
+ 修改数据结构:
166
+
167
+ * [DescribeFlow](https://cloud.tencent.com/document/api/862/37615#DescribeFlow)
168
+
169
+ * 新增成员:EventId, Region
170
+
171
+
172
+
173
+
174
+ ## 云开发 CloudBase(tcb) 版本:2018-06-08
175
+
176
+ ### 第 90 次发布
177
+
178
+ 发布时间:2023-02-02 01:48:18
179
+
180
+ 本次发布包含了以下内容:
181
+
182
+ 改善已有的文档。
183
+
184
+ 修改接口:
185
+
186
+ * [DescribeCloudBaseRunVersion](https://cloud.tencent.com/document/api/876/53438)
187
+
188
+ * 新增出参:PolicyDetail, Cpu, Mem
189
+
190
+ * [EstablishCloudBaseRunServer](https://cloud.tencent.com/document/api/876/49626)
191
+
192
+ * 新增出参:Result
193
+
194
+
195
+
196
+
197
+ # Release 4.0.529
198
+
199
+ ## Elasticsearch Service(es) 版本:2018-04-16
200
+
201
+ ### 第 42 次发布
202
+
203
+ 发布时间:2023-02-01 01:24:04
204
+
205
+ 本次发布包含了以下内容:
206
+
207
+ 改善已有的文档。
208
+
209
+ 修改接口:
210
+
211
+ * [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
212
+
213
+ * 新增入参:EnableDiagnose
214
+
215
+
216
+
217
+
218
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
219
+
220
+ ### 第 40 次发布
221
+
222
+ 发布时间:2023-02-01 01:24:24
223
+
224
+ 本次发布包含了以下内容:
225
+
226
+ 改善已有的文档。
227
+
228
+ 新增接口:
229
+
230
+ * [CreateFlowReminds](https://cloud.tencent.com/document/api/1323/86002)
231
+
232
+ 新增数据结构:
233
+
234
+ * [RemindFlowRecords](https://cloud.tencent.com/document/api/1323/70369#RemindFlowRecords)
235
+
236
+
237
+
238
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
239
+
240
+ ### 第 61 次发布
241
+
242
+ 发布时间:2023-02-01 01:24:43
243
+
244
+ 本次发布包含了以下内容:
245
+
246
+ 改善已有的文档。
247
+
248
+ 新增接口:
249
+
250
+ * [ChannelCreateFlowReminds](https://cloud.tencent.com/document/api/1420/86003)
251
+
252
+ 新增数据结构:
253
+
254
+ * [RemindFlowRecords](https://cloud.tencent.com/document/api/1420/61525#RemindFlowRecords)
255
+
256
+
257
+
258
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
259
+
260
+
261
+
262
+ ## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
263
+
264
+ ### 第 1 次发布
265
+
266
+ 发布时间:2023-01-31 17:01:22
267
+
268
+ 本次发布包含了以下内容:
269
+
270
+ 改善已有的文档。
271
+
272
+ 新增接口:
273
+
274
+ * [CreateDataRepositoryTask](https://cloud.tencent.com/document/api/1424/85978)
275
+
276
+
277
+
278
+ ## 私有网络(vpc) 版本:2017-03-12
279
+
280
+ ### 第 136 次发布
281
+
282
+ 发布时间:2023-02-01 02:09:35
283
+
284
+ 本次发布包含了以下内容:
285
+
286
+ 改善已有的文档。
287
+
288
+ 修改接口:
289
+
290
+ * [LockCcnBandwidths](https://cloud.tencent.com/document/api/215/71323)
291
+
292
+ * 新增入参:Instances
293
+
294
+ * [UnlockCcnBandwidths](https://cloud.tencent.com/document/api/215/71321)
295
+
296
+ * 新增入参:Instances
297
+
298
+
299
+ 新增数据结构:
300
+
301
+ * [CcnFlowLock](https://cloud.tencent.com/document/api/215/15824#CcnFlowLock)
302
+
303
+
304
+
1
305
  # Release 4.0.528
2
306
 
3
307
  ## 图片内容安全(ims) 版本:2020-12-29