tencentcloud-sdk-nodejs 4.0.955 → 4.0.957

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 (86) hide show
  1. package/CHANGELOG.md +313 -0
  2. package/SERVICE_CHANGELOG.md +378 -229
  3. package/package.json +1 -1
  4. package/products.md +22 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/batch/v20170312/batch_models.ts +8 -1
  7. package/src/services/ccc/v20200210/ccc_models.ts +94 -1
  8. package/src/services/cls/v20201016/cls_client.ts +73 -21
  9. package/src/services/cls/v20201016/cls_models.ts +855 -580
  10. package/src/services/cynosdb/v20190107/cynosdb_models.ts +5 -0
  11. package/src/services/dc/v20180410/dc_client.ts +121 -107
  12. package/src/services/dc/v20180410/dc_models.ts +181 -35
  13. package/src/services/dlc/v20210125/dlc_client.ts +14 -1
  14. package/src/services/dlc/v20210125/dlc_models.ts +141 -8
  15. package/src/services/emr/v20190103/emr_models.ts +2 -94
  16. package/src/services/ess/v20201111/ess_client.ts +36 -7
  17. package/src/services/ess/v20201111/ess_models.ts +32 -10
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -3
  19. package/src/services/faceid/v20180301/faceid_models.ts +20 -1
  20. package/src/services/gwlb/index.ts +5 -0
  21. package/src/services/gwlb/v20240906/gwlb_client.ts +267 -0
  22. package/src/services/gwlb/v20240906/gwlb_models.ts +954 -0
  23. package/src/services/gwlb/v20240906/index.ts +6 -0
  24. package/src/services/index.ts +1 -0
  25. package/src/services/oceanus/v20190422/oceanus_models.ts +4 -4
  26. package/src/services/privatedns/v20201028/privatedns_client.ts +18 -6
  27. package/src/services/privatedns/v20201028/privatedns_models.ts +48 -0
  28. package/src/services/teo/v20220901/teo_models.ts +8 -5
  29. package/src/services/tke/v20180525/tke_client.ts +1 -15
  30. package/src/services/tke/v20180525/tke_models.ts +128 -164
  31. package/src/services/vclm/v20240523/vclm_models.ts +4 -0
  32. package/src/services/vod/v20180717/vod_client.ts +1 -0
  33. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  34. package/src/services/vpc/v20170312/vpc_models.ts +10 -6
  35. package/src/services/vtc/v20240223/vtc_models.ts +4 -0
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -1
  39. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +94 -1
  40. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
  41. package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
  42. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +839 -576
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +5 -0
  44. package/tencentcloud/services/dc/v20180410/dc_client.d.ts +44 -40
  45. package/tencentcloud/services/dc/v20180410/dc_client.js +63 -57
  46. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +177 -35
  47. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  48. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  49. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +138 -8
  50. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -94
  51. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +35 -6
  52. package/tencentcloud/services/ess/v20201111/ess_client.js +35 -6
  53. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +32 -10
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -3
  55. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +20 -1
  56. package/tencentcloud/services/gwlb/index.d.ts +6 -0
  57. package/tencentcloud/services/gwlb/index.js +7 -0
  58. package/tencentcloud/services/gwlb/v20240906/gwlb_client.d.ts +90 -0
  59. package/tencentcloud/services/gwlb/v20240906/gwlb_client.js +147 -0
  60. package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +890 -0
  61. package/tencentcloud/services/gwlb/v20240906/gwlb_models.js +18 -0
  62. package/tencentcloud/services/gwlb/v20240906/index.d.ts +6 -0
  63. package/tencentcloud/services/gwlb/v20240906/index.js +9 -0
  64. package/tencentcloud/services/index.d.ts +1 -0
  65. package/tencentcloud/services/index.js +2 -0
  66. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -4
  67. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +7 -3
  68. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +9 -3
  69. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +46 -0
  70. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +8 -5
  71. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -7
  72. package/tencentcloud/services/tke/v20180525/tke_client.js +0 -8
  73. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +128 -162
  74. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -0
  75. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
  76. package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
  77. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  78. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  79. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +10 -6
  80. package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +4 -0
  81. package/test/cls.v20201016.test.js +42 -2
  82. package/test/dc.v20180410.test.js +48 -38
  83. package/test/dlc.v20210125.test.js +10 -0
  84. package/test/gwlb.v20240906.test.js +201 -0
  85. package/test/privatedns.v20201028.test.js +12 -2
  86. package/test/tke.v20180525.test.js +0 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,316 @@
1
+ # Release 4.0.957
2
+
3
+ ## 云联络中心(ccc) 版本:2020-02-10
4
+
5
+ ### 第 77 次发布
6
+
7
+ 发布时间:2024-10-16 01:05:10
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [CreateAICall](https://cloud.tencent.com/document/api/679/111211)
16
+
17
+ * 新增入参:NotifyDuration, NotifyMessage, CustomTTSConfig
18
+
19
+ * <font color="#dd0000">**修改入参**:</font>VoiceType
20
+
21
+
22
+
23
+
24
+ ## 日志服务(cls) 版本:2020-10-16
25
+
26
+ ### 第 108 次发布
27
+
28
+ 发布时间:2024-10-16 01:07:47
29
+
30
+ 本次发布包含了以下内容:
31
+
32
+ 改善已有的文档。
33
+
34
+ 新增接口:
35
+
36
+ * [CreateNoticeContent](https://cloud.tencent.com/document/api/614/111716)
37
+ * [DeleteNoticeContent](https://cloud.tencent.com/document/api/614/111715)
38
+ * [DescribeNoticeContents](https://cloud.tencent.com/document/api/614/111714)
39
+ * [ModifyNoticeContent](https://cloud.tencent.com/document/api/614/111713)
40
+
41
+ 新增数据结构:
42
+
43
+ * [NoticeContent](https://cloud.tencent.com/document/api/614/56471#NoticeContent)
44
+ * [NoticeContentInfo](https://cloud.tencent.com/document/api/614/56471#NoticeContentInfo)
45
+ * [NoticeContentTemplate](https://cloud.tencent.com/document/api/614/56471#NoticeContentTemplate)
46
+
47
+ 修改数据结构:
48
+
49
+ * [MonitorTime](https://cloud.tencent.com/document/api/614/56471#MonitorTime)
50
+
51
+ * 新增成员:CronExpression
52
+
53
+ * [NoticeReceiver](https://cloud.tencent.com/document/api/614/56471#NoticeReceiver)
54
+
55
+ * 新增成员:NoticeContentId
56
+
57
+
58
+
59
+
60
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
61
+
62
+ ### 第 107 次发布
63
+
64
+ 发布时间:2024-10-16 01:10:12
65
+
66
+ 本次发布包含了以下内容:
67
+
68
+ 改善已有的文档。
69
+
70
+ 修改数据结构:
71
+
72
+ * [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
73
+
74
+ * 新增成员:IsSupportManualLogic
75
+
76
+
77
+
78
+
79
+ ## 人脸核身(faceid) 版本:2018-03-01
80
+
81
+ ### 第 81 次发布
82
+
83
+ 发布时间:2024-10-16 01:15:00
84
+
85
+ 本次发布包含了以下内容:
86
+
87
+ 改善已有的文档。
88
+
89
+ 修改数据结构:
90
+
91
+ * [DetectInfoText](https://cloud.tencent.com/document/api/1007/41958#DetectInfoText)
92
+
93
+ * 新增成员:LivenessInfoTag
94
+
95
+
96
+
97
+
98
+ ## 网关负载均衡(gwlb) 版本:2024-09-06
99
+
100
+ ### 第 1 次发布
101
+
102
+ 发布时间:2024-10-15 19:52:37
103
+
104
+ 本次发布包含了以下内容:
105
+
106
+ 改善已有的文档。
107
+
108
+ 新增接口:
109
+
110
+ * [AssociateTargetGroups](https://cloud.tencent.com/document/api/1782/111698)
111
+ * [CreateGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111685)
112
+ * [CreateTargetGroup](https://cloud.tencent.com/document/api/1782/111697)
113
+ * [DeleteGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111684)
114
+ * [DeleteTargetGroups](https://cloud.tencent.com/document/api/1782/111696)
115
+ * [DeregisterTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111695)
116
+ * [DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/api/1782/111683)
117
+ * [DescribeTargetGroupInstanceStatus](https://cloud.tencent.com/document/api/1782/111694)
118
+ * [DescribeTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111693)
119
+ * [DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)
120
+ * [DescribeTargetGroups](https://cloud.tencent.com/document/api/1782/111691)
121
+ * [DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700)
122
+ * [DisassociateTargetGroups](https://cloud.tencent.com/document/api/1782/111690)
123
+ * [InquirePriceCreateGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111682)
124
+ * [ModifyGatewayLoadBalancerAttribute](https://cloud.tencent.com/document/api/1782/111681)
125
+ * [ModifyTargetGroupAttribute](https://cloud.tencent.com/document/api/1782/111689)
126
+ * [ModifyTargetGroupInstancesWeight](https://cloud.tencent.com/document/api/1782/111688)
127
+ * [RegisterTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111687)
128
+
129
+ 新增数据结构:
130
+
131
+ * [AssociationItem](https://cloud.tencent.com/document/api/1782/111701#AssociationItem)
132
+ * [Filter](https://cloud.tencent.com/document/api/1782/111701#Filter)
133
+ * [GatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111701#GatewayLoadBalancer)
134
+ * [ItemPrice](https://cloud.tencent.com/document/api/1782/111701#ItemPrice)
135
+ * [Price](https://cloud.tencent.com/document/api/1782/111701#Price)
136
+ * [TagInfo](https://cloud.tencent.com/document/api/1782/111701#TagInfo)
137
+ * [TargetGroupAssociation](https://cloud.tencent.com/document/api/1782/111701#TargetGroupAssociation)
138
+ * [TargetGroupBackend](https://cloud.tencent.com/document/api/1782/111701#TargetGroupBackend)
139
+ * [TargetGroupHealthCheck](https://cloud.tencent.com/document/api/1782/111701#TargetGroupHealthCheck)
140
+ * [TargetGroupInfo](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInfo)
141
+ * [TargetGroupInstance](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInstance)
142
+ * [TargetGroupInstanceStatus](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInstanceStatus)
143
+
144
+
145
+
146
+ ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
147
+
148
+ ### 第 18 次发布
149
+
150
+ 发布时间:2024-10-16 01:22:48
151
+
152
+ 本次发布包含了以下内容:
153
+
154
+ 改善已有的文档。
155
+
156
+ 新增接口:
157
+
158
+ * [CreateEndPoint](https://cloud.tencent.com/document/api/1338/111717)
159
+
160
+
161
+
162
+ ## 大模型视频创作引擎(vclm) 版本:2024-05-23
163
+
164
+ ### 第 8 次发布
165
+
166
+ 发布时间:2024-10-16 01:30:50
167
+
168
+ 本次发布包含了以下内容:
169
+
170
+ 改善已有的文档。
171
+
172
+ 修改接口:
173
+
174
+ * [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)
175
+
176
+ * 新增入参:RemoveVocal
177
+
178
+
179
+
180
+
181
+ ## 视频转译(vtc) 版本:2024-02-23
182
+
183
+ ### 第 4 次发布
184
+
185
+ 发布时间:2024-10-16 01:32:39
186
+
187
+ 本次发布包含了以下内容:
188
+
189
+ 改善已有的文档。
190
+
191
+ 修改接口:
192
+
193
+ * [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106273)
194
+
195
+ * 新增入参:RemoveVocal
196
+
197
+
198
+
199
+
200
+ # Release 4.0.956
201
+
202
+ ## 日志服务(cls) 版本:2020-10-16
203
+
204
+ ### 第 107 次发布
205
+
206
+ 发布时间:2024-10-15 01:07:42
207
+
208
+ 本次发布包含了以下内容:
209
+
210
+ 改善已有的文档。
211
+
212
+ 新增数据结构:
213
+
214
+ * [AdvanceFilterRuleInfo](https://cloud.tencent.com/document/api/614/56471#AdvanceFilterRuleInfo)
215
+
216
+ 修改数据结构:
217
+
218
+ * [ExtractRuleInfo](https://cloud.tencent.com/document/api/614/56471#ExtractRuleInfo)
219
+
220
+ * 新增成员:AdvanceFilterRules
221
+
222
+
223
+
224
+
225
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
226
+
227
+ ### 第 105 次发布
228
+
229
+ 发布时间:2024-10-15 01:11:21
230
+
231
+ 本次发布包含了以下内容:
232
+
233
+ 改善已有的文档。
234
+
235
+ 新增接口:
236
+
237
+ * [DescribeTasksAnalysis](https://cloud.tencent.com/document/api/1342/111587)
238
+
239
+ 新增数据结构:
240
+
241
+ * [AnalysisTaskResults](https://cloud.tencent.com/document/api/1342/53778#AnalysisTaskResults)
242
+
243
+
244
+
245
+ ## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
246
+
247
+ ### 第 7 次发布
248
+
249
+ 发布时间:2024-10-15 01:16:09
250
+
251
+ 本次发布包含了以下内容:
252
+
253
+ 改善已有的文档。
254
+
255
+ 修改接口:
256
+
257
+ * [DescribeRootAccountGroup](https://cloud.tencent.com/document/api/1092/107709)
258
+
259
+ * <font color="#dd0000">**修改出参**:</font>Data
260
+
261
+
262
+
263
+
264
+ ## 容器服务(tke) 版本:2022-05-01
265
+
266
+
267
+
268
+ ## 容器服务(tke) 版本:2018-05-25
269
+
270
+ ### 第 182 次发布
271
+
272
+ 发布时间:2024-10-15 01:28:12
273
+
274
+ 本次发布包含了以下内容:
275
+
276
+ 改善已有的文档。
277
+
278
+ <font color="#dd0000">**删除接口**:</font>
279
+
280
+ * DescribeExternalClusterSpec
281
+
282
+
283
+
284
+ ## 私有网络(vpc) 版本:2017-03-12
285
+
286
+ ### 第 212 次发布
287
+
288
+ 发布时间:2024-10-15 01:31:18
289
+
290
+ 本次发布包含了以下内容:
291
+
292
+ 改善已有的文档。
293
+
294
+ 修改接口:
295
+
296
+ * [AssociateAddress](https://cloud.tencent.com/document/api/215/16700)
297
+
298
+ * 新增入参:InstanceRegion
299
+
300
+
301
+ 修改数据结构:
302
+
303
+ * [CcnBatchRouteTable](https://cloud.tencent.com/document/api/215/15824#CcnBatchRouteTable)
304
+
305
+ * <font color="#dd0000">**修改成员**:</font>Description
306
+
307
+ * [CcnRouteTableBroadcastPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicy)
308
+
309
+ * <font color="#dd0000">**修改成员**:</font>Description
310
+
311
+
312
+
313
+
1
314
  # Release 4.0.955
2
315
 
3
316
  ## 腾讯云数据仓库TCHouse-C(cdwch) 版本:2020-09-15